[wp-trac] [WordPress Trac] #12700: Malformed permalinks for feeds and paged / generate_rewrite_rules

WordPress Trac wp-trac at lists.automattic.com
Fri Mar 26 23:28:42 UTC 2010


#12700: Malformed permalinks for feeds and paged / generate_rewrite_rules
--------------------------+-------------------------------------------------
 Reporter:  t31os_        |       Owner:  ryan            
     Type:  defect (bug)  |      Status:  new             
 Priority:  normal        |   Milestone:  3.0             
Component:  Permalinks    |     Version:  3.0             
 Severity:  normal        |    Keywords:  has-patch commit
--------------------------+-------------------------------------------------

Comment(by dd32):

 > Are you saying these will still be mapped correctly by Apache even when
 they are malformed?

 They are never passed to Apache at all. They are never exposed outside of
 WordPress, They are never used directly by WordPress other than in
 parse_url() + parse_str() for internal querying purposes.

 The result of {{{index.php?&paged}}} would be parsed as:

 {{{
 array
   'path' => string 'index.php' (length=9)
   'query' =>
     array
       'paged' => string '' (length=0)
 }}}

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


More information about the wp-trac mailing list