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 a75f8dfa57 Add a note that secrets must use standard ASCII
a75f8dfa57 is described below

commit a75f8dfa57a7641611eeac8d412bf430c098d40a
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 1c7403e5f7..feaae6db19 100644
--- a/webapps/docs/config/ajp.xml
+++ b/webapps/docs/config/ajp.xml
@@ -566,6 +566,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]

Reply via email to