-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Work Item - View (Internal developer use only)
-
6
-
Severity 3 - Minor
Summary
Files named with special character like carriage return are not accessible
Steps to Reproduce
Create a file and then rename the file using \r or any other special character.
Expected Results
Jira decodes those characters successfully.
Actual Results
If you try to access the file a 404 error is returned.
- You will notice that the URL points to the encoded character like: %0D.
Workaround
Use a decoding tool to parse the appropriate link.
- depends on
-
BENTO-4579 Loading...