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=41162>. 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=41162 ------- Additional Comments From [EMAIL PROTECTED] 2006-12-13 17:06 ------- This is not a bug. > IF it does Yes. You're in directory context, so a mapping on the filesystem occures by walking through the folders level by level (directory walk). > why does it work after the ".def" Because for /test.def/: the folder /test.def/ doesn't exist, so r->filename would be c:/programs/...../test.def and path-info would be the rest, which is here /: You don't have a mapping with a character which is not permitted in a filename in this case. You might want to use the rules in the server context instead before any url-to-filename translation occures. -- 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]
