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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
