#24623 closed defect (bug) (fixed)
Redirection goes wrong with an additional parameter at /?feed=rss
| Reported by: | sweetie089 | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Canonical | Version: | 3.3 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
If a permalink accesses "/?feed=rss&foo=bar" in the state of being invalid, it will redirect to "/?feed=rss2 foo=bar" and "404 Not Found" will be displayed.
procedure for reproducing:
- If a permalink is effective, repeal.
- Delete cash of a browser.
- "http://DOMAIN/?feed=rss&withcomments=1" is accessed.
Result:
- "404 Not Found" is displayed.
The cause was carrying out the miswritten word of the backreference by preg_replace.
patch is miswritten word correction simply.
Attachments (2)
Change History (8)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I am sorry, the file was mistaken.