On Special:RunQuery, a "title" hidden field is included in the form, containing the page title.
This field, contains URL-encoded value, which, when re-submitting the page, will get double encoded in the URL, causing a BadTitle redirect.
On Special:RunQuery, a "title" hidden field is included in the form, containing the page title.
This field, contains URL-encoded value, which, when re-submitting the page, will get double encoded in the URL, causing a BadTitle redirect.
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/extensions/PageForms | master | +4 -2 | Fix double escaping of "title" parameter |
Change 567877 had a related patch set uploaded (by Ammarpad; owner: ItSpiderman):
[mediawiki/extensions/PageForms@master] Fix double escaping of "title" parameter
Change 567877 abandoned by ItSpiderman:
Fix double escaping of "title" parameter
Reason:
Already fixed