Modify ↓
      
Opened 17 years ago
Closed 17 years ago
#7567 closed defect (fixed)
[mainnav] *.href doesn't works with ? or & in URL
| Reported by: | anonymous | Owned by: | Remy Blank | 
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.2 | 
| Component: | rendering | Version: | 0.11.1 | 
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal 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 (0)
Change History (4)
comment:1 by , 17 years ago
| Version: | → 0.11.1 | 
|---|
comment:2 by , 17 years ago
| Milestone: | → 0.11.2 | 
|---|
comment:3 by , 17 years ago
| Owner: | set to | 
|---|---|
| Priority: | high → normal | 
comment:4 by , 17 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → 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.