This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 7b02f75 Correct documentation regarding parsing of %5c in a URI 7b02f75 is described below commit 7b02f75a9c605c11227206f4401016048324c483 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Mar 31 16:44:42 2020 +0100 Correct documentation regarding parsing of %5c in a URI --- webapps/docs/changelog.xml | 8 +++++++- webapps/docs/config/systemprops.xml | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 26756f6..aa6978e 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -173,11 +173,17 @@ <subsection name="Web applications"> <changelog> <fix> - Correct documentation web application to remove references to the + Correct the documentation web application to remove references to the <code>org.apache.catalina.STRICT_SERVLET_COMPLIANCE</code> system property changing the default for the <code>URIEncoding</code> attribute of the Connector. (markt) </fix> + <fix> + Correct the documentation web application to remove references to the + <code>org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH</code> + system property changing how the sequence <code>%5c</code> is + interpretted in a URI. (markt) + </fix> </changelog> </subsection> <subsection name="Other"> diff --git a/webapps/docs/config/systemprops.xml b/webapps/docs/config/systemprops.xml index b5b7c55..0fdef8f 100644 --- a/webapps/docs/config/systemprops.xml +++ b/webapps/docs/config/systemprops.xml @@ -152,8 +152,8 @@ <property name="org.apache.tomcat.util.buf. UDecoder.ALLOW_ENCODED_SLASH"> - <p>If this is <code>true</code> '%2F' and '%5C' will be permitted as path - delimiters.</p> + <p>If this is <code>true</code> '%2F' will be permitted as a path + delimiter.</p> <p>If not specified, the default value of <code>false</code> will be used.</p> </property> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org