Page MenuHomePhabricator

Pages differing only in case sensitivity are overridden
Closed, DeclinedPublic

Description

Author: stux

Description:
Given two different pages that have the same name but differ only in case (current examples I've seen only cover first-letter uppercase vs. all uppercase), the page created first will override the one created afterwards.

For example, in the english wikipedia [[Mess]] refers to a mess hall, while [[MESS]] described an emulator. However when linking or navigating to either page, only the former page (the description of a mess hall) would be rendered. The latter would have to be reached directly by using long-form queries and manipulating the page name directly.

See
http://test.wikipedia.org/wiki/User:Stux/Mess

for a list of examples.

Note that other mixed-case variations have not been tested and may cause problems as well.

I am unsure what the severity/priority of this bug should be, as this is my first bug report. However, I do think it is significant as it prohibits normal users from accessing certain pages in the database.


Version: 1.12.x
Severity: normal
URL: http://test.wikipedia.org/wiki/User:Stux/Mess

Details

Reference
bz11501

Related Objects

Event Timeline

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

Looking at your test cases, they all appear to be working as expected. Please make sure the problem is not caused by some custom javascript or oddball browser plugin.

stux wrote:

*sigh*
Thank you for the advice Daniel. After testing different configurations (browser: [firefox/opera], machine, account), I have determined that the problem is with the caching proxy that my machine is connected to. I apologize for having created an unnecessary bug report. I'll test more diligently in the future. Also, should this bug be removed from the case-sensitive tracker (3950)?