[wp-trac] [WordPress Trac] #12935: Evolve the URL routing system

WordPress Trac wp-trac at lists.automattic.com
Sun May 23 09:23:55 UTC 2010


#12935: Evolve the URL routing system
--------------------------+-------------------------------------------------
 Reporter:  mikeschinkel  |       Owner:  ryan                            
     Type:  enhancement   |      Status:  new                             
 Priority:  normal        |   Milestone:  Unassigned                      
Component:  Permalinks    |     Version:  3.0                             
 Severity:  normal        |    Keywords:  dev-feedback,  reporter-feedback
--------------------------+-------------------------------------------------
Changes (by hakre):

  * keywords:  => dev-feedback,  reporter-feedback


Comment:

 URL resolvement is hardcoded into WP. It has been grown since years and
 whenever this was for a change, it has been said it's kept for backwards
 compability.

 So do not expect to change this.

 What you can do instead: Create your own frontend controller:

 - Intercept the HTTP request before it get's passed into WordPress (e.g.
 index.php)[[BR]]
 - Store the orginal request and parse it as needed.[[BR]]
 - Transpose the request into something WP can deal with (e.g. changing
 query variables in $_REQUEST, $_SERVER, $_POST, $_GET etc.)
 - Give your plugins / extensions access to the original request.

 I ''suggest'' to close this as '''wontfix''' because it's highly certain
 that this issue won't get fixed.

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


More information about the wp-trac mailing list