Last modified: 2011-04-30 01:20:59 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T26258, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 24258 - mediawiki doesn't allow "%ab" as page name, but does allow "%ft" or "%a"
mediawiki doesn't allow "%ab" as page name, but does allow "%ft" or "%a"
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
1.15.x
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-07-04 20:37 UTC by Jonathan Wiltshire
Modified: 2011-04-30 01:20 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Jonathan Wiltshire 2010-07-04 20:37:21 UTC
Forwarded bug from Ubuntu.

-----

Binary package hint: mediawiki

mediawiki blocked %[a-f][a-f] only, that's confusing

if these names will lead to problems, you'd better block "%" entirely for better understanding.
and i don't know what are the problems. it doesn't appears to be any problems since all links to the name "%ft%rs" works well. if there are, those should be bugs.

if these names will not lead to problems, why should you have such a limit? remove it.
Comment 1 MZMcBride 2010-07-04 20:41:53 UTC
http://en.wikipedia.org/w/index.php?title=%AB&redirect=no seems to work fine.
Comment 2 Max Semenik 2010-07-04 20:51:23 UTC
http://www.mediawiki.org/wiki/%ab - works, though because it's not valid UTF-8 it gets converted to « according to content language's fallback encoding.

http://www.mediawiki.org/wiki/%ft - "Bad Request" by Apache
http://www.mediawiki.org/w/index.php?title=%ft - works, though because %ft is not a valid URL-encoded sequence, it gets eventually converted to %25ft

same thing with %a

I see no problem with MediaWiki, just Apache/rewrite rules.
Comment 3 Max Semenik 2010-07-04 21:03:20 UTC
Aforementioned bug:

https://bugs.launchpad.net/ubuntu/+source/mediawiki/+bug/577822
Comment 4 Alexandre Emsenhuber [IAlex] 2010-07-04 21:09:24 UTC
This is the correct behavior, since we only block "%[0-9A-Fa-f]{2}" to not conflict with URL escaping sequences (includes/Title.php line 2420 in trunk).
Comment 5 Jonathan Wiltshire 2010-07-04 21:22:33 UTC
So to clarify, this behaviour is by design? Is it likely to be left like that or changed in future?
Comment 6 Bryan Tong Minh 2010-10-24 14:49:49 UTC
This behaviour is by design indeed.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links