We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd454e9 commit ea2cd27Copy full SHA for ea2cd27
webapps/docs/config/http.xml
@@ -1439,12 +1439,10 @@
1439
</attribute>
1440
1441
<attribute name="groups" required="false">
1442
- <p>JSSE only.</p>
1443
<p>Allows only allowing certain named groups. The value should be a case
1444
sensitive comma separated list of the names of the groups.</p>
1445
- <p>. If not specified, the default named groups of the provider will be
1446
- used, and any named groups specified by the client will be passed to it.
1447
- </p>
+ <p>The default is the value of the <code>jdk.tls.namedGroups</code>
+ system property.</p>
1448
1449
1450
<attribute name="honorCipherOrder" required="false">
0 commit comments