[wp-trac] [WordPress Trac] #14292: loop in tags url to same url
WordPress Trac
wp-trac at lists.automattic.com
Sun Jul 18 19:26:09 UTC 2010
#14292: loop in tags url to same url
-------------------------------+--------------------------------------------
Reporter: gilrabbi2 | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 3.0.1
Component: General | Version: 3.0
Severity: critical | Resolution: fixed
Keywords: reporter-feedback |
-------------------------------+--------------------------------------------
Comment(by hakre):
Slightly extended scenario. I added a new tag called a-一样 on now the very
latest trunk with the recent changesets of this ticket. So let's test:
{{{
# curl -I http://webroot.loc/wordpress/tag/a-%E4%B8%80%E6%A0%B7
HTTP/1.1 200 OK
Date: Sun, 18 Jul 2010 19:24:28 GMT
Server: Apache
X-Pingback: http://webroot.loc/wordpress/xmlrpc.php
Content-Type: text/html; charset=UTF-8
}}}
Now the same requet with a similar but different encoded URL:
{{{
# curl -I http://webroot.loc/wordpress/tag/%41-%E4%B8%80%E6%A0%B7
HTTP/1.1 301 Moved Permanently
Date: Sun, 18 Jul 2010 19:25:32 GMT
Server: Apache
X-Pingback: http://webroot.loc/wordpress/xmlrpc.php
Location: http://webroot.loc/wordpress/tag/a-%e4%b8%80%e6%a0%b7
Content-Type: text/html; charset=UTF-8
}}}
301 is there again.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14292#comment:19>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list