This is an automated email from the ASF dual-hosted git repository.
remm 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 4e340619fa Update groups config doc
4e340619fa is described below
commit 4e340619fa8eb6628355ad3f1d04d2bc0c014945
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 51c981d99b..485999a4e0 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -1543,12 +1543,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]