#10960 closed defect (bug) (fixed)
?author=-N forwards to wrong canonical URL
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.9 | Priority: | high |
| Severity: | major | Version: | 2.8.4 |
| Component: | Canonical | Keywords: | |
| Focuses: | Cc: |
Description
/feed/?author=-123 will redirect to the feed for that author.
Expected: No forwarding, stay on that URL and exclude that author.
I'm on it.
Change History (4)
#2
@
16 years ago
Wouldn't it be far more efficient to use ctype_digit( $_GET['author'] ) rather than a regular expression?
Note: See
TracTickets for help on using
tickets.
(In [12034]) Do not do a canonical redirect for negated author query strings. fixes #10960