Commit f619c5f
committed
Fix: Allow download of script output with "shell" type in .txt format
JIRA: https://telecominfraproject.atlassian.net/browse/WIFI-14937
Summary of changes:
- Modified FileUploader to accept both "application/octet-stream" and "text/plain" as valid content types.
- This ensures the controller correctly processes files uploaded by APs when executing shell-type script commands, allowing successful download in `.txt` format.
Signed-off-by: Taruna Chaudhary <taruna.chaudhary@routerarchitects.com>1 parent 242261d commit f619c5f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
0 commit comments