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=25015>. 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=25015 CoyoteAdapter is breaking path info [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Minor ------- Additional Comments From [EMAIL PROTECTED] 2003-11-27 00:18 ------- The actually relevant RFC is 2396. I think the parameters do not belong to any of the processed paths returned by Tomcat. However, I've read in the RFC that a parameter applies to a path segment (!) as separated by '/', so the unparameterized URL in your example should likely be: http://localhost/appname/servlet-name/extra/info/hi.jsp. I'm not to sure about my understanding of the RFC, and I don't plan to fix this issue (clean patch welcome, I suppose, though). If you want to use the parameters, you can get the original request URI, as usual. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]