-
Suggestion
-
Resolution: Unresolved
-
None
-
20
-
12
-
Issue Summary
An attachment is unable to be downloaded if it has certain HTML unsafe characters in the filename. Ideally, the filename would not be in the download attachments url so that this would not matter.
Steps to Reproduce
- Create a file with an unsafe character in the name like a semicolon ";" or "\", as for instance "test1;test2.txt"
- Attach this attachment to a page.
- Go to the attachments by clicking ... > Attachments on the page.
- Try to download the attachment by clicking on it.
Expected Results
The attachment is downloaded successfully.
Actual Results
The attachment download isn't working and fails with a 400 Bad Request error. With other characters, it may fail with a Not Found error.
Workaround
Rename the attachment name by deleting the unsafe character with the following steps:
- relates to
-
CONFCLOUD-77727 Adopt a consistent URL encoding for attachments
- Gathering Interest