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