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

WordPress Trac wp-trac at lists.automattic.com
Wed Jul 21 23:02:43 UTC 2010


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

  * status:  closed => reopened
  * resolution:  fixed =>


Comment:

 Added the removal of dot segments according to
 [http://tools.ietf.org/html/rfc3986#section-6.2.2.3 Path Segment
 Normalization (RFC 3986 6.2.2.3.)] in the latest
 [http://plugins.trac.wordpress.org/browser/normalize-urls/trunk/normalize-
 urls.php?rev=265492 development version] of the
 [http://hakre.wordpress.com/plugins/normalize-urls/ Normalize URLs Plugin]

 Example request with dot segments and percent-encoded unreserved
 characters:

 {{{
 # curl -I http://webroot.loc/wordpress/t%61g/././../tag/%61pple

 HTTP/1.1 200 OK
 Date: Wed, 21 Jul 2010 22:52:51 GMT
 Server: Apache
 Content-Type: text/html
 }}}

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


More information about the wp-trac mailing list