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=35270>. 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=35270 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From [EMAIL PROTECTED] 2005-07-31 20:22 ------- Forgive my poor English, it is not my native language. I found following bugs since 5.5.x, may be early. 5.5.9, 5.5.10 have same bugs, too. org.apache.catalina.core.ApplicationDispatcher.doInclude //HTTP named dispatcher include //HTTP path based include invoke(outerRequest, outerResponse); // bug here --> invoke(wrequest, wresponse); // crect one org.apache.catalina.core.ApplicationDispatcher.processRequest //HTTP named dispatcher forward //HTTP path based forward invoke(outerRequest, response); // bug here --> invoke(wrequest, response); // crect 1) If you have n HttpServletRequestWrapper, then Original HttpServletRequest Dispatcher's HttpServletRequestWrapper <-- wrequest <-- suppose to invoke this one Your HttpServletRequestWrapper #1 Your HttpServletRequestWrapper #2 ... Your HttpServletRequestWrapper #n <-- outerRequest 2) If no HttpServletRequestWrapper, then Original HttpServletRequest Dispatcher's HttpServletRequestWrapper <-- wrequest==outerRequest <-- it works Topper Lu email: [EMAIL PROTECTED] -- 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]