Modify ↓
Ticket #7567 (closed defect: fixed)
Opened 3 years ago
Last modified 3 years ago
[mainnav] *.href doesn't works with ? or & in URL
| Reported by: | anonymous | Owned by: | rblank |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.2 |
| Component: | rendering | Version: | 0.11.1 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
i can set ticket.href and any *.href only as suggested in TracNavigation (/report/24 and so on)
when i try to use /query?bla-bla-bla, error is raised (No handler matched request to /query?bla-bla-bla)
Attachments
Change History
comment:1 Changed 3 years ago by anonymous
- Version set to 0.11.1
comment:2 Changed 3 years ago by anonymous
- Milestone set to 0.11.2
comment:3 Changed 3 years ago by rblank
- Owner set to rblank
- Priority changed from high to normal
comment:4 Changed 3 years ago by rblank
- Resolution set to fixed
- Status changed from new to closed
Fixed in [7500]. Thanks for the bug report.
Note: See
TracTickets for help on using
tickets.



Right, there's some URL escaping problem here. Good catch.