Opened 8 years ago
Closed 8 years ago
#1860 closed defect (bug) (fixed)
Broken paging for a certain plugin search query
Reported by: | SergeyBiryukov | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | |
Cc: |
Description (last modified by )
- Go to https://wordpress.org/plugins/.
- Search for "plugin version" (without the quotes). The URL is
https://wordpress.org/plugins/search.php?q=plugin+version
. - Click "Page 2" link in the navigation menu.
- The connection is aborted, and you get a "This site can’t be reached" (ERR_SPDY_PROTOCOL_ERROR) message in Chrome or "Secure Connection Failed" in Firefox.
- Go back to step 2 and search for "plugin version" again. There's a Keyword/Author/Tag dropdown, so the resulting URL is
https://wordpress.org/plugins/search.php?type=term&q=plugin+version
(note the addedtype=term
that was not there in the first query). - The paging works as expected now.
Seems like some security rule is erroneously triggered on step 4.
Change History (4)
Note: See
TracTickets for help on using
tickets.
Just noting this can be reproduced from the command line: