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 2003/08/11 05:42:43 UTC

DO NOT REPLY [Bug 22290] New: - HttpServlet should use Wrapper class for doHead

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

HttpServlet should use Wrapper class for doHead

           Summary: HttpServlet should use Wrapper class for doHead
           Product: Tomcat 5
           Version: 5.0.7
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Servlet & JSP API
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: gregw@mortbay.com


The HttpServlet.NoBodyResponse class implements
HttpServletResponse.

It should extend HttpServletResponseWrapper

This is simpler and I think more legal - as it is unclear (to me
at least) that the spec allows for arbitrary wrapper classes
to be used.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org