We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7341f commit 4e34061Copy full SHA for 4e34061
webapps/docs/config/http.xml
@@ -1543,12 +1543,10 @@
1543
</attribute>
1544
1545
<attribute name="groups" required="false">
1546
- <p>JSSE only.</p>
1547
<p>Allows only allowing certain named groups. The value should be a case
1548
sensitive comma separated list of the names of the groups.</p>
1549
- <p>. If not specified, the default named groups of the provider will be
1550
- used, and any named groups specified by the client will be passed to it.
1551
- </p>
+ <p>The default is the value of the <code>jdk.tls.namedGroups</code>
+ system property.</p>
1552
1553
1554
<attribute name="honorCipherOrder" required="false">
0 commit comments