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

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

commit 336ebeb45a20d334410d8ceb3a2c91853f54734f
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 ee0f0302ac..cce59bad51 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -1327,12 +1327,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