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