Modify ↓
#1434 closed defect (worksforme)
Question mark in url names makes them unusable
| Reported by: | Owned by: | anonymous | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | roadmap | Version: | 0.8.1 |
| Severity: | normal | Keywords: | question mark |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
The input filter for milestones allows a name like "10?" but it shall not be possible to use such a milestone and an error message "milestone 10 doesn't exist" appears instead.
Attachments (0)
Change History (6)
comment:1 by , 21 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 by , 20 years ago
| Version: | 0.8.1 → 0.8.2 |
|---|
comment:4 by , 20 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
| Version: | 0.8.2 → 0.8.1 |
This is not a test system. Please do not abuse it.
comment:5 by , 20 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | reopened → closed |
Works for me in r2390.
comment:6 by , 20 years ago
| Component: | general → roadmap |
|---|
Note:
See TracTickets
for help on using tickets.



The ? character has a special meaning in URLs. You'll have to encode it as %3F to access it. The URL for your example would be: http://example.com/trac/milestone/1.0%3F
The bug here is that milestone names are not being url-encoded properly.