Making WordPress.org

Opened 11 years ago

Closed 9 years ago

#310 closed defect (bug) (fixed)

Encoded forward slashes break the component filter

Reported by: mikemanger's profile 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)

310.patch (850 bytes) - added by mikemanger 11 years ago.

Download all attachments as: .zip

Change History (3)

@mikemanger
11 years ago

#1 @mikemanger
11 years ago

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/Time

Another fix would be to enable encoded forward slashes in Apache AllowEncodedSlashes On.

Version 0, edited 11 years ago by mikemanger (next)

#2 @SergeyBiryukov
9 years ago

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [903], which removed the urlencode().

Note: See TracTickets for help on using tickets.