Page MenuHomePhabricator

Case insensitive URLs
Open, LowPublic

Description

I often type https://secure.phabricator.com/t1234 (with lowercase t) and it gives me 404.

It would be nice if it redirected to https://secure.phabricator.com/T1234.

Event Timeline

igorgatis raised the priority of this task from to Needs Triage.
igorgatis updated the task description. (Show Details)
igorgatis added projects: Differential, Maniphest.
igorgatis added a subscriber: igorgatis.
joshuaspence renamed this task from Case insensitive app ids to Case insensitive URLs.Feb 14 2015, 3:09 AM
joshuaspence edited projects, added Aphront; removed Maniphest, Differential.
epriestley added a subscriber: epriestley.

I think this is desirable, it's just kind of a pain to implement:

  • The actual handle lookup code already takes care of this, I think? For example, doing a global search for "t7259" jumps you to this task, even with a lowercase "t".
  • We should redirect these URIs to the canonical URI, e.g. if you visit /t123 we should redirect you to /T123.
  • I don't think there's a super clean way to do this in one place right now.
eadler added a project: Restricted Project.Jan 9 2016, 12:50 AM
eadler moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.
eadler moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.Jul 4 2016, 9:09 PM