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 3de848e  Correct documentation regarding parsing of %5c in a URI
3de848e is described below

commit 3de848e7d8898ded6cf206c877418f1e9f615ede
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 b9abb21..3986c71 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -116,11 +116,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 1ec20db..f060639 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

Reply via email to