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 c0ea929 Correct documentation regarding parsing of %5c in a URI c0ea929 is described below commit c0ea929404dd17bacd1db802a4cb97494b88b775 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 | 10 ++++++++++ webapps/docs/config/systemprops.xml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 164fcad..d0df762 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -106,6 +106,16 @@ </add> </changelog> </subsection> + <subsection name="Web applications"> + <changelog> + <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"> <changelog> <add> diff --git a/webapps/docs/config/systemprops.xml b/webapps/docs/config/systemprops.xml index 1003256..cd0c9bb 100644 --- a/webapps/docs/config/systemprops.xml +++ b/webapps/docs/config/systemprops.xml @@ -278,8 +278,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