#3438 closed defect (bug) (fixed)
Some invalid Topic View IDs not 404'ing correctly
Reported by: | johnjamesjacoby | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.6.7 | Priority: | high |
Severity: | normal | Version: | 2.0 |
Component: | API - Topic Views | Keywords: | commit |
Cc: |
Description
URLs that contain specific variations of registered Topic View IDs will erroneously try to:
- Trigger theme compatibility
- Query for Topics
- Load all Topics thanks to a partial query arguments array
- Trigger PHP warnings from attempting to access invalid array indexes
To replicate:
- bbPress comes with the
/popular/
Topic View - Attempt to visit
/popular[]/
or/popular||/
Originally discovered by @dd32.
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 7211: