Opened 15 years ago
Closed 14 years ago
#7577 closed enhancement (duplicate)
Make sure URLs are all lowercase
Reported by: |
|
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)
Note: See
TracTickets for help on using
tickets.
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.