This is an automated email from the ASF dual-hosted git repository.
remm 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 ea2cd27cb2 Update groups config doc
ea2cd27cb2 is described below
commit ea2cd27cb25bc7861e54d9f74a4392b0aeeb20d3
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 cd9e96f3ac..0bf60e6155 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -1439,12 +1439,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]