[wp-trac] [WordPress Trac] #14201: Canonical redirect kicks in in case of category/tag base containing other chars then a-z, 0-9, _ and -

WordPress Trac wp-trac at lists.automattic.com
Sun Jul 18 02:27:28 UTC 2010


#14201: Canonical redirect kicks in in case of category/tag base containing other
chars then a-z, 0-9, _ and -
--------------------------+-------------------------------------------------
 Reporter:  nbachiyski    |       Owner:           
     Type:  defect (bug)  |      Status:  new      
 Priority:  high          |   Milestone:  3.0.1    
Component:  General       |     Version:           
 Severity:  major         |    Keywords:  has-patch
--------------------------+-------------------------------------------------

Comment(by hakre):

 In the end this is basically the same route as the reporter nbachiyski
 already wrote [reproduceable, reviewed], but differs in the solution.

 Next to the reported broken request-ability of any category/tag, the
 following functions are broken:

  1. {{{wp_xmlrpc_server::wp_getTags()}}} - invalid URLs
  2. {{{wp_xmlrpc_server::mw_getCategories()}}} - invalid URLs
  3. {{{category-template.php()}}} - invalid URLs
  4. {{{get_the_category_list()}}} - invalid URLs
  5. {{{get_term_link()}}} - invalid URLs
  6. {{{get_the_term_list()}}} - invalid URLs
  7. {{{wp_tag_cloud()}}} - invalid URLs
  8. {{{get_term_feed_link()}}} - invalid URLs
  9. {{{wp_setup_nav_menu_item()}}} - invalid URLs
  10. {{{get_the_taxonomies()}}} - invalid URLs
  11. {{{Walker::start_el()}}} - invalid URLs

 {{{WP_Rewrite::$extra_permastructs}}} is something else probably worth to
 deal with (in output).

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


More information about the wp-trac mailing list