This is an automated email from the ASF dual-hosted git repository.
markt-asf 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 c6e0520c68 9.0.x uses a system property, not a Connector attribute.
c6e0520c68 is described below
commit c6e0520c68703872dc7d4445331910ea6c7ff38e
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Aug 10 09:01:04 2026 +0100
9.0.x uses a system property, not a Connector attribute.
---
webapps/docs/config/http.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index cecbb09dbd..43497997f7 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -119,8 +119,9 @@
<code>passthrough</code> request paths containing a <code>%5c</code>
sequence will be processed with the <code>%5c</code> sequence unchanged.
</p>
- <p>When set to <code>decoded</code>, the <strong>allowBackslash</strong>
- attribute will be applied after decoding.
+ <p>When set to <code>decoded</code>, the
+ <code>org.apache.catalina.connector.CoyoteAdapter.ALLOW_BACKSLASH</code>
+ system proeprty will be applied after decoding.
</p>
<p>If <code>passthrough</code> is used then it is the application's
responsibility to perform any further <code>%nn</code> decoding required.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]