Opened 15 years ago
Closed 14 years ago
#5735 closed bug (fixed)
Unescaped whitespace in attachment URL
Reported by: | andreasf | Owned by: | nielx |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Website/Trac | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
When a ticket attachment contains a space (cf. #5726), the URL indicated in the Trac email should have spaces escaped as %20
.
Attachments (1)
Change History (3)
comment:1 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → in-progress |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Note:
See TracTickets
for help on using tickets.
You are right. I'll see whether there is a nice python function to do that.