Page MenuHomePhabricator

when an index is transcluded, if the file name has an equal sign, all the page links break
Closed, InvalidPublicBUG REPORT

Description

steps to replicate the issue (include links if applicable):

what happens?:
"bad title" error: "The requested page title contains invalid characters: "%3D"."

what should have happened instead?:
open the page link

i'm about 80% sure this is caused by the equals sign being parsed into "%3D" in the url, and then that is erroneously parsed into "%253D"; if you change "%253D" into "%3D", the link works

Event Timeline

Alien333 subscribed.

Hello, this is an on-wiki gadget issue (see edit request at https://en.wikisource.org/wiki/MediaWiki_talk:Gadget-PageNumbers-core.js#Double-encoding_bug_with_=_in_filenames_(phab:T427111)) and not an issue with software that is tracked in Phabricator, therefore it is the wrong place for this.