Make WordPress Core

Opened 15 years ago

Closed 14 years ago

#7577 closed enhancement (duplicate)

Make sure URLs are all lowercase

Reported by: viper007bond's profile Viper007Bond Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.6.1
Component: Optimization Keywords: needs-patch
Focuses: Cc:

Description

WordPress' URLs are case insensitive. We should enforce just one case type.

For example, both of these URLs work and display the same content even though they are different URLs:

http://www.viper007bond.com/tests/
http://www.viper007bond.com/TESTS/

Change History (4)

#1 @filosofo
15 years ago

I saw a related problem last week: a client had entered his site and home URLs in camel case, but in some parts of the admin it was being printed in lower-case, leading Firefox to refuse to perform AJAX requests because it seemed like two different domains.

#2 @ryan
15 years ago

  • Milestone changed from 2.7 to 2.8

Moving enhancements to 2.8.

#3 @janbrasna
15 years ago

See #6627 and [9193] which was rolled back later.

#4 @Denis-de-Bernardy
14 years ago

  • Milestone 2.8 deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Closing this as dup of #8038

Note: See TracTickets for help on using tickets.