Make WordPress Core

Opened 19 years ago

Closed 19 years ago

#1488 closed defect (bug) (fixed)

REQUEST_URI fix for IIS doesn't work

Reported by: amit's profile amit Owned by:
Milestone: Priority: high
Severity: major Version: 1.5.1.2
Component: General Keywords: REQUEST_URI bg|dev-feedback
Focuses: Cc:

Description

The REQUEST_URI fix applied in wp-settings.php for IIS for cases where $_SERVERREQUEST_URI? may not be set, doesn't work, not on IIS6 on which I tested. The reason is that $_SERVERREQUEST_URI? is checked whether it is set or not. Instead it should be checked whether $_SERVERREQUEST_URI? is empty or not, as on IIS6, $_SERVERREQUEST_URI? is set but is empty, so the fix doesn't work.

Attachments (1)

wp-settings.php.diff (491 bytes) - added by MikeLittle 19 years ago.
Patch against trunk (revision 2681) to resolve this issue.

Download all attachments as: .zip

Change History (3)

@MikeLittle
19 years ago

Patch against trunk (revision 2681) to resolve this issue.

#1 @markjaquith
19 years ago

  • Keywords bg|dev-feedback added
  • Severity changed from normal to major

Passing this on to the devs for feedback.

#2 @matt
19 years ago

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

(In [2744]) Fixes #1488

Note: See TracTickets for help on using tickets.