Make WordPress Core

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#6995 closed defect (bug) (fixed)

wp-app.php picking up query string on some hosts

Reported by: singpolyma's profile 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)

wp-app.patch (408 bytes) - added by singpolyma 16 years ago.
The Patch
wp-app.php.diff (498 bytes) - added by josephscott 16 years ago.

Download all attachments as: .zip

Change History (7)

@singpolyma
16 years ago

The Patch

#1 @josephscott
16 years ago

  • Cc josephscott added

New patch for detecting $_SERVERORIG_PATH_INFO?

#2 @singpolyma
16 years ago

New patch works equally well.

#3 @ryan
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [8031]) Use ORIG_PATH_INFO, if available. Props singpolyma. fixes #6995

#4 @ryan
16 years ago

  • Milestone set to 2.6

#5 @MichaelH
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.