This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 4f471ad  Fix typo. Update for change to attribute name.
4f471ad is described below

commit 4f471ad77121bfe3971a1f71a7b98c3a7d95c982
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Feb 4 21:13:10 2020 +0000

    Fix typo. Update for change to attribute name.
---
 webapps/docs/changelog.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 561e87c..948505b 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -191,8 +191,8 @@
         a non-null, non-zero length String. (markt)
       </add>
       <add>
-        Add a new attribute, <code>allowedArbitraryRequestAttributes</code> to
-        the AJP/1.3 Connector. Requests with unreconised attributes will be
+        Add a new attribute, <code>allowedRequestAttributesPattern</code> to
+        the AJP/1.3 Connector. Requests with unrecognised attributes will be
         blocked with a 403. (markt)
       </add>
     </changelog>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to