[wp-hackers] REQUEST_URI fix in wp-settings.php doesn't work

David Chait davebytes at comcast.net
Sat Jul 2 18:31:31 GMT 2005


That's cool -- I had thought I recalled cases where REQUEST_URI was coming 
out empty, but I'm either mistaken, or they are 'extra' bugs that were 
hopefully fixed by the webservers. ;)

-d

----- Original Message ----- 
From: "Mike Little" <journalized at gmail.com>
To: <wp-hackers at lists.automattic.com>
Sent: Saturday, July 02, 2005 2:03 PM
Subject: Re: [wp-hackers] REQUEST_URI fix in wp-settings.php doesn't work


On 02/07/05, David Chait <davebytes at comcast.net> wrote:
>
> I saw Mike just changed the test to empty().  But, I'm not sure if that's
> valid or not... I'm trying to remember an early conversation with Matt or
> someone when we originally fixed up that test, and I'm trying to recall if
> there was a reason isset was used (i.e., the field could validly be 
> empty?).
>  Anyway, if anyone recalls why !isset() was used instead of empty() in the
> first place, feel free to comment.  Otherwise, have a happy 4th for those 
> of
> you in the US. ;)
>
> -d


I don't think the field can validly be empty on a system that is
supposed to ppoulate it. I believe the minimum request URI (in the
http scheme) is by convention a single slash '/'. I know apache goes
to a lot of trouble to insert it if you don't provide it.

If that is not the case, I think that (again, for the http scheme) a
single slash is an equivalent to the empty path.

And if that is not the case we have to consider coding around an
(other) IIS problem.

See also RFC 3986 http://www.faqs.org/rfcs/rfc3986.html

Mike
-- 
Mike Little
http://zed1.com/journalized/
_______________________________________________
wp-hackers mailing list
wp-hackers at lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers



More information about the wp-hackers mailing list