Modify ↓
Opened 19 years ago
Closed 19 years ago
#1758 closed defect (worksforme)
Apache error if a milestone name contains a backslash
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | roadmap | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
If you add (or change) a milestone so that the name contains a backslash, you recieve an apache error on submit. The milestone name is changed, but you can no longer view or edit that milestone, e.g.
http://localhost:8090/cgi-bin/trac.cgi/milestone/backslash%5Ctest
gives the error:
Not Found The requested URL /cgi-bin/trac.cgi/milestone/backslash\test was not found on this server. Apache/2.0.54 (Win32) SVN/1.1.4 mod_python/3.1.3 Python/2.3.4 DAV/2 Server at localhost Port 8090
Running trunk [1913].
This is possibly related to one of the comments in #1019, which suggests a solution.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
This is no longer a problem.