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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
