Modify ↓
Opened 10 months ago
#13703 new defect
Links to manage ticket property broken for the property containing `//`, `/./`, `/../`, forwarded-`/` or trailing-`/`
Reported by: | Jun Omae | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 1.6.1 |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to reproduce
- Visit
/admin/ticket/milestones
page - Add
foo//bar
as new milestone - Milestone
foo//bar
is created but the link is/admin/ticket/milestones/foo/bar
showing 404 error
The same issue occurs for the ticket properties containing //
, /./
, /../
, forwarded-/
and trailing-/
. Also, the link to milestone page /milestone/<name>
is broken too.
I think we should prevent new ticket property containing the wrong patterns in ticket admin page.
Attachments (0)
Note:
See TracTickets
for help on using tickets.