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 2005/05/18 14:47:47 UTC

DO NOT REPLY [Bug 34956] New: - Tomcat should enforce the requirements from servlet 2.4 specification SRV.8.2

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=34956>.
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=34956

           Summary: Tomcat should enforce the requirements from servlet 2.4
                    specification SRV.8.2
           Product: Tomcat 5
           Version: 5.5.9
          Platform: All
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Servlet & JSP API
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: christian.buchegger@bea.com


Tomcat should enforce the requirements from servlet 2.4 specification SRV.8.2

SRV.8.2 Using a Request Dispatcher

"To use a request dispatcher, a servlet calls either the include method or
forward method of the RequestDispatcher interface. The parameters to these
methods can be either the request and response arguments that were passed in via
the service method of the Servlet interface, or instances of subclasses of the
request and response wrapper classes that have been introduced for version 2.3
of the specification. In the latter case, the wrapper instances must wrap the
request or response objects that the container passed into the service method.
The Container Provider must ensure that the dispatch of the request to a target
servlet occurs in the same thread of the same VM as the original request"

Justification:
==============
The absense of this enforcement leads to software beeing developed not following
the specification. The software cannot be deployed later on a container which
conforms to the above paragraph and hence must be changed before deployment.
This somehow contradicts the idea of having a standards based infrastructure.

-- 
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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org