DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38801>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38801 ------- Additional Comments From [EMAIL PROTECTED] 2006-03-01 10:11 ------- I will look at the test cases and see if I can reproduce the problem with a simple test case. In the mean time, perhaps it would help if you know how I found this in the first place. The following is a rewrite rule that wasn't working: RewriteRule ^/images/(.+) D:/Sites/abc.com/wwwroot/images/$1 [NC,L] URLs that matched the pattern in this rule would result in a HTTP_BAD_REQUEST error. As far as I could tell, prefix_stat() in mod_rewrite.c was returning 0 because apr_filepath_merge was not returning APR_SUCCESS. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
