[wp-trac] [WordPress Trac] #14292: loop in tags url to same url

WordPress Trac wp-trac at lists.automattic.com
Sat Jul 17 14:18:02 UTC 2010


#14292: loop in tags url to same url
--------------------------+-------------------------------------------------
 Reporter:  gilrabbi2     |       Owner:                   
     Type:  defect (bug)  |      Status:  new              
 Priority:  normal        |   Milestone:  3.0.1            
Component:  General       |     Version:  3.0              
 Severity:  critical      |    Keywords:  reporter-feedback
--------------------------+-------------------------------------------------

Comment(by ryan):

 http://www.ietf.org/rfc/rfc2616.txt

 See section 3.2.3

 {{{
    When comparing two URIs to decide if they match or not, a client
    SHOULD use a case-sensitive octet-by-octet comparison of the entire
    URIs, with these exceptions:

       - A port that is empty or not given is equivalent to the default
         port for that URI-reference;

         - Comparisons of host names MUST be case-insensitive;

         - Comparisons of scheme names MUST be case-insensitive;

         - An empty abs_path is equivalent to an abs_path of "/".

    Characters other than those in the "reserved" and "unsafe" sets (see
    RFC 2396 [42]) are equivalent to their ""%" HEX HEX" encoding.

    For example, the following three URIs are equivalent:

       http://abc.com:80/~smith/home.html
       http://ABC.com/%7Esmith/home.html
       http://ABC.com:/%7esmith/home.html
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/14292#comment:10>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list