Opened 11 years ago
Closed 9 years ago
#310 closed defect (bug) (fixed)
Encoded forward slashes break the component filter
Reported by: | mikemanger | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Trac | Keywords: | has-patch |
Cc: |
Description
Selecting any component with a forward slash in the name breaks the 'Tickets by Component' filter in the 'Tickets' popup on the homepage (https://core.trac.wordpress.org).
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
attachment:310.patch replaces the encoded
%2F
with/
so https://core.trac.wordpress.org/component/Date%2FTime becomes https://core.trac.wordpress.org/component/Date/TimeCould also be applied to the focus filter.
Another fix could be to enable encoded forward slashes in Apache (?) with something like
AllowEncodedSlashes On
.