You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/09/25 13:47:28 UTC

DO NOT REPLY [Bug 3810] New: - Filtering and forwarding doesn't follow spec

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: tomcat-dev@jakarta.apache.org
        ReportedBy: sami.pajunen@almare.com


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.