[wp-trac] [WordPress Trac] #10690: Wordpress does not support non-ascii characters in URLs
WordPress Trac
wp-trac at lists.automattic.com
Mon Nov 30 07:48:57 UTC 2009
#10690: Wordpress does not support non-ascii characters in URLs
--------------------------+-------------------------------------------------
Reporter: paddya | Owner: markjaquith
Type: defect (bug) | Status: reviewing
Priority: normal | Milestone: Future Release
Component: Canonical | Version: 2.8.4
Severity: normal | Keywords: needs-patch sanitizing
--------------------------+-------------------------------------------------
Changes (by nbachiyski):
* status: new => reviewing
Comment:
The problem is not in {{{clean_url()}}}, which works perfectly fine with
unicode URLs (see TestCleanUrl::test_not_ascii() in
http://svn.automattic.com/wordpress-tests/wp-
testcase/test_includes_formatting.php).
The problem is in {{{wp_sanitize_redirect()}}}, which uses a lot more
restrictive filter than {{{clean_url()}}}.
@markjaquith is there a reason {{{wp_sanitize_redirect()}}} to be
different from {{{clean_url()}}}?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10690#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list