Modify ↓
#3702 closed defect (duplicate)
Links broken for Milestones with a forward slash in the name field
Reported by: | Craig Barber | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | roadmap | Version: | 0.10b1 |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I noticed that the milestones with a '/', forward slash, in the name field could no longer be accessed via links under Roadmap. When looking at the urls, it appears that the forward slash is being double encoded from %2F to %252F (the double encoding might be a larger bug on its own). I found that manually entering the url with %2F instead of the forward slash did not work. Using a forward slash in the url worked fine.
Attachments (0)
Change History (4)
comment:1 by , 18 years ago
Component: | general → roadmap |
---|---|
Milestone: | → 0.10.1 |
Owner: | changed from | to
Severity: | normal → minor |
comment:4 by , 18 years ago
Milestone: | 0.10.2 |
---|
Note:
See TracTickets
for help on using tickets.
Replying to Craig Barber:
Actually the encoding was done specifically … to support "/" in Milestone names (see r2387). So it's obviously a regression.