You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/08/17 05:33:36 UTC

DO NOT REPLY [Bug 22375] - Incorrect path_info in request to apache module when using to invoke

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22375>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22375

Incorrect path_info in request to apache module when using <Location> to invoke

nd@perlig.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From nd@perlig.de  2003-08-17 03:33 -------
Your assumptions are wrong.

(1) r->filename and r->path_info work on file-system basis. <Location>
containers are independent from the filesystem.

(2) If you request http://host/dir/foo, r->filename is always '/path/to/foo',
even if it doesn't exist (otherwise one couldn't check if it exists...). If one
calls http://host/dir/foo/bar, r->filename is still '/path/to/foo' and
r->path_info becomes '/bar'. That is the designed behaviour. The
AcceptPathInfo-docs explain it btw the same way.

Thanks for using Apache.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org