#6995 closed defect (bug) (fixed)
wp-app.php picking up query string on some hosts
Reported by: | singpolyma | Owned by: | |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | atompub |
Focuses: | Cc: |
Description
Some hosts (such as Dreamhost) pass the query string along with the $_SERVERPATH_INFO?. These hosts pass another value $_SERVERORIG_PATH_INFO?. The attached patch will use ORIG_PATH_INFO in wp-app.php where applicable, so that query string data doesn't leak in and confuse the path logic.
Attachments (2)
Change History (7)
#5
@
16 years ago
Is this the same thing that causes the problem with step=2 being thrown into the Blog and WordPress urls as reported on these threads?
http://wordpress.org/support/topic/179334
http://wordpress.org/support/topic/177004
http://wordpress.org/support/topic/175554
http://wordpress.org/support/topic/179845
Note: See
TracTickets for help on using
tickets.
The Patch