[wp-trac] [WordPress Trac] #10249: Page slug in cyrillic = Error 404 - Not Found!
WordPress Trac
wp-trac at lists.automattic.com
Fri May 28 11:10:15 UTC 2010
#10249: Page slug in cyrillic = Error 404 - Not Found!
-----------------------------------+----------------------------------------
Reporter: kalifi | Owner: westi
Type: defect (bug) | Status: accepted
Priority: normal | Milestone: 3.1
Component: Permalinks | Version: 2.7
Severity: normal | Resolution:
Keywords: has-patch 2nd-opinion |
-----------------------------------+----------------------------------------
Comment(by miqrogroove):
Keep in mind Apache usually treats these URLs as identical:
/киро[[BR]]
/%D0%BA%D0%B8%D1%80%D0%BE
Most UAs will transmit the latter, but the former is also commonly used
and completely valid when transmitted as a UTF-8 byte stream. As such, I
doubt that removing a call to urldecode will fix this problem correctly.
It is more likely that the stored permalink needs to be decoded and then
matched against the decoded request value.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10249#comment:14>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list