This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new a59eff1 Correct documentation regarding parsing of %5c in a URI
a59eff1 is described below
commit a59eff1778bda85de03edb50b375d0478fa7bdd0
Author: Mark Thomas <[email protected]>
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 82427b6..65f136c 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -102,6 +102,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 72a88eb..1a1a737 100644
--- a/webapps/docs/config/systemprops.xml
+++ b/webapps/docs/config/systemprops.xml
@@ -273,8 +273,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: [email protected]
For additional commands, e-mail: [email protected]