Modify ↓
#5723 closed defect (fixed)
Link to PDF file does not work if the filename contains "non-URL-allowed" characters
Reported by: | Owned by: | Nicholas Bergson-Shilcock | |
---|---|---|---|
Priority: | normal | Component: | PdfRedirectorPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
If I add an PDF attachment to a wiki page whose name contains characters that are not "allowed" in an URL (means: that have to be URL encoded), then the download link created by the PdfRedirectorPlugin won't work.
Example:
- Filename of the PDF: "IDesign C# Coding Standard 2.32.pdf"
- Link generated by PdfRedirectorPlugin:
http://<mytrac>/attachment/wiki/WikiStart/IDesign C# Coding Standard 2.32.pdf
- Link generated on the Trac preview page:
http://<mytrac>/attachment/wiki/WikiStart/IDesign%20C%23%20Coding%20Standard%202.32.pdf
Attachments (0)
Note: See
TracTickets for help on using
tickets.
(In [6430]) Fix #5723 (link to PDF doesn't work if filename contains non-URL allowed characters)