Modify ↓
#1737 closed defect (worksforme)
ticket attachment with '#' in the file name cause "Attachment not found" error when downloaded
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | ticket system | Version: | 0.8.4 |
Severity: | major | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
We've been having some problems with ticket attachments that have '#' in the file name. They are uploaded correctly and the files are stored correctly on the server in the attachment dir. However, when you try to download the attachment, it fails saying: Error: Attachment not found. However, if you try to download using the Original Format link, the file downloads correctly.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
I tested this using r1876, with an attached file named "THIS#TEST.txt" and couldn't reproduce the error, so I guess this problem has been fixed (the attachment related code has evolved a lot since 0.8.4).