Author: markt
Date: Tue Jan 3 20:15:30 2017
New Revision: 1777211
URL: http://svn.apache.org/viewvc?rev=1777211&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=53602
Add HTTP status code 451 (RFC 7725) to the list of HTTP status codes recognised
by the ErrorReportValve.
Modified:
tomcat/trunk/java/org/apache/catalina/valves/LocalStrings.properties
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/java/org/apache/catalina/valves/LocalStrings.properties
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/valves/LocalStrings.properties?rev=1777211&r1=1777210&r2=1777211&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/valves/LocalStrings.properties
(original)
+++ tomcat/trunk/java/org/apache/catalina/valves/LocalStrings.properties Tue
Jan 3 20:15:30 2017
@@ -104,6 +104,7 @@ http.426=The request can only be complet
http.428=The request is required to be conditional.
http.429=The user has sent too many requests in a given amount of time.
http.431=The server refused this request because the request header fields are
too large.
+http.451=The server refused this request for legal reasons.
http.500=The server encountered an internal error that prevented it from
fulfilling this request.
http.501=The server does not support the functionality needed to fulfill this
request.
http.502=This server received an invalid response from a server it consulted
when acting as a proxy or gateway.
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1777211&r1=1777210&r2=1777211&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Jan 3 20:15:30 2017
@@ -47,6 +47,10 @@
<section name="Tomcat 9.0.0.M16 (markt)" rtext="in development">
<subsection name="Catalina">
<changelog>
+ <add>
+ <bug>53602</bug>: Add HTTP status code 451 (RFC 7725) to the list of
+ HTTP status codes recognised by the ErrorReportValve. (markt)
+ </add>
<fix>
<bug>60446</bug>: Handle the case where the stored user credential uses
a different key length than the length currently configured for the
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]