This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 22213c041d Add a note that secrets must use standard ASCII
22213c041d is described below
commit 22213c041d5d6b62c96d7d6ab329685fbbdc2311
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 e169737f9f..acc741d39e 100644
--- a/webapps/docs/config/ajp.xml
+++ b/webapps/docs/config/ajp.xml
@@ -559,6 +559,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]