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=12902>. 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=12902 DocumentRoot not being appended to URL [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2002-11-23 07:23 ------- The fact is that "/foo" isn't an absolute path.on Windows. In all fairness, we should still try to work around this. Note the earlier code was much more evil, in that "c:/foo" wasn't recognized as a rooted path. The one case I want to avoid is accepting "c:foo" since that path is most definately not sufficiently rooted. So that said, we should try to test the APR_EINCOMPLETE result and have a static is_path_rooted function within mod_rewrite to test the complete and some incomplete path results. Don't have time to work up a patch at the moment, but thought I ought to add some observations while they are fresh in my mind. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
