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=23799>. 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=23799 No reason phrase set for status code 404 Summary: No reason phrase set for status code 404 Product: Tomcat 5 Version: 5.0.12 Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Servlet & JSP API AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When I call sendError(HttpServletResponse.SC_NOT_FOUND) method of HttpServletResponse, no reason phrase (see http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html#sec6.1) is set in response. It seems there is no such problem with other result codes (301, 302 and 200 tested). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]