Modify ↓
Opened 22 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/milestonespage - Add
foo//baras new milestone - Milestone
foo//baris created but the link is/admin/ticket/milestones/foo/barshowing 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.


