-
Type:
Bug
-
Resolution: Obsolete
-
Priority:
Medium
-
Affects Version/s: 5.7.1
-
Component/s: Editor - Page / Comment Editor
-
2
-
Severity 2 - Major
Steps to Reproduce
- Attach a file with this name: FDS_Myška.txt
- Add a livesearch macro to a Confluence page
- Search for this via the livesearch macro: "FDS_Myška.txt"
- Try to click on the attachment in the search result
You will get a Page Not Found.
Cause
The generated URL is this: http://localhost:8571/c571/download/attachments/1572869/FDS_My%25C5%25A1ka.txt (double encoded)
When it's supposed to be this:
http://localhost:8571/c571/download/attachments/1572869/FDS_My%C5%A1ka.txt
- is related to
-
CONFSERVER-32869 Live Search Macro fails to open attachments that contain spaces in the name.
-
- Closed
-