Page MenuHomePhabricator

In installations without mod_rewrite, GET posts overrules the 'title' argument
Closed, ResolvedPublic

Description

Author: wouter

Description:
When installing CategoryTree in a server without mod_rewrite, the 'search category' form submits using get, with a query string argument 'title' in it's target. Upon submitting, this is overruled by the new post data - leaving the user at the homepage rather than the requested CategoryTree search results.

This can easily be fixed by either changing the method to post, on line 102 of CategoryTreePage.php or adding an extra hidden field with the name 'title' and value 'Speical:CategoryTree' somewhere below line 102 of the same file.


Version: unspecified
Severity: normal
URL: http://wiki-url/index.php?title=Special:CategoryTree

Details

Reference
bz10006

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:48 PM
bzimport set Reference to bz10006.
bzimport added a subscriber: Unknown Object (MLST).