This is an automated email from the ASF dual-hosted git repository.

remm 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 f5dc73a5cf Update groups config doc
f5dc73a5cf is described below

commit f5dc73a5cf14011963781bc1e5783ced78fe7db0
Author: remm <[email protected]>
AuthorDate: Tue Mar 3 16:00:39 2026 +0100

    Update groups config doc
---
 webapps/docs/config/http.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index 37ed41b1d4..563a7ff88f 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -1410,12 +1410,10 @@
     </attribute>
 
     <attribute name="groups" required="false">
-      <p>JSSE only.</p>
       <p>Allows only allowing certain named groups. The value should be a case
       sensitive comma separated list of the names of the groups.</p>
-      <p>. If not specified, the default named groups of the provider will be
-      used, and any named groups specified by the client will be passed to it.
-      </p>
+      <p>The default is the value of the <code>jdk.tls.namedGroups</code>
+      system property.</p>
     </attribute>
 
     <attribute name="honorCipherOrder" required="false">


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to