#10960 closed defect (bug) (fixed)
?author=-N forwards to wrong canonical URL
| Reported by: | markjaquith | Owned by: | markjaquith |
|---|---|---|---|
| Priority: | high | Milestone: | 2.9 |
| Component: | Canonical | Version: | 2.8.4 |
| Severity: | major | Keywords: | |
| Cc: | Focuses: |
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
@
17 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [12034]) Do not do a canonical redirect for negated author query strings. fixes #10960