This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new e303c8e Fix typo. Update for change to attribute name. e303c8e is described below commit e303c8e560a1d0bfccbdc6985e4164bdb8f7303e 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 1f6c84d..b640408 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -196,8 +196,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