https://issues.apache.org/bugzilla/show_bug.cgi?id=47482
Summary: HttpServletResponse.sendError( int, String ) does not use the message argument in the Reason-Phrase Product: Tomcat 5 Version: 5.5.27 Platform: All OS/Version: All Status: NEW Severity: regression Priority: P2 Component: Unknown AssignedTo: dev@tomcat.apache.org ReportedBy: james.vela...@int.com When javax.servlet.http.HttpServletResponse( int code, String message ) is invoked, the message argument is omitted from the corresponding Status-Line's Reason-Phrase as was the case in Tomcat 5.5.26 and earlier. While not explicitly required, Section 6.1.1 of http://www.ietf.org/rfc/rfc2616.txt strongly implies this to be the correct behavior, as implemented in v 5.5.26. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org