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=3810>. 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=3810 Filtering and forwarding doesn't follow spec Summary: Filtering and forwarding doesn't follow spec Product: Tomcat 4 Version: 4.0 Final Platform: All OS/Version: All Status: NEW Severity: Critical Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] According to servlet 2.3 final specification (6.2.2) container must not wrap requests/responses submitted from filter or through RequestDispatcher due to reasons explained in the same section. However, current final version of Tomcat 4.0 does wrap supplied request with org.apache.catalina.core.ApplicationHttpRequest instance and response with org.apache.catalina.connector.HttpResponseFacade.