benluteijn / cherokee

Automatically exported from code.google.com/p/cherokee
0 stars 1 forks source link

Personal Webs and *CGI variables #226

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Wouter Bolsterlee <uws@xs4all.nl> reported:

----
The value of REQUEST_URI does *not* contain the ~username/ part for Personal
Webs. That is a huge problem. In fact, *none* of the headers in $_REQUEST
(from PHP) contain the ~username/ part, which means it's impossible to
reconstruct the url of the current request and use it to build new urls.
This breaks all my PHP scripts that use the value of the current URL to
create relative links.
----

Original issue reported on code.google.com by alobbs on 17 Nov 2008 at 6:07

GoogleCodeExporter commented 9 years ago
r2429 should have fixed it.

Original comment by alobbs on 18 Nov 2008 at 4:07