This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new fed85b927e Add a note that secrets must use standard ASCII
fed85b927e is described below
commit fed85b927e0498bb32abe40a92bd2399f93b5af1
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Apr 23 13:31:16 2026 +0100
Add a note that secrets must use standard ASCII
---
webapps/docs/config/ajp.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml
index 54ba1fdc02..f9fa033c69 100644
--- a/webapps/docs/config/ajp.xml
+++ b/webapps/docs/config/ajp.xml
@@ -551,6 +551,7 @@
<attribute name="secret" required="false">
<p>Only requests from workers with this secret keyword will be accepted.
+ The secret keyword must consist only of standard ASCII characters.
The default value is <code>null</code>. This attribute must be specified
with a non-null, non-zero length value unless
<strong>secretRequired</strong> is explicitly configured to be
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]