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=10710>. 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=10710 Tomcat will not serve a file with %25 in the URI Summary: Tomcat will not serve a file with %25 in the URI Product: Tomcat 4 Version: 4.0.4 Final Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Connector:Coyote HTTP/1.1 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If you try to serve up a file from tomcat with a % in the name, tomcat gets upset. EX: my%file.mp3 http://server/files/my%25file.mp3 Tomcat debug info states: HttpProcessor[8080][4] An incoming request is being assigned HttpProcessor[8080][4] The incoming request has been awaited HttpProcessor[8080][4] Normalized: '/files/my%25file.mp3' to 'null' HttpProcessor[8080][4] Invalid request URI: '/files/my%25file.mp3' -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>