Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 18
-
Fix Version/s: 19
-
Component/s: security-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:b18
Description
- * @systemProperty jdk.tls.server.enableSessionTicketExtension} determines if the
+ * {@systemProperty jdk.tls.server.enableSessionTicketExtension} determines if the
* server will provide stateless session tickets, if the client supports it,
* as described in RFC 5077 and RFC 8446. a stateless session ticket
* contains the encrypted server's state which saves server resources.
@@ -47,7 +47,7 @@ import sun.security.util.Cache;
* client will send an extension in the ClientHello in the pre-TLS 1.3.
* This extension allows the client to accept the server's session state for
* Server Side stateless resumption (RFC 5077). Setting the property to
- * "true" turns this on, by default it is false. For TLS 1.3, the system
+ * "false" turns this off, by default it is true. For TLS 1.3, the system
+ * {@systemProperty jdk.tls.server.enableSessionTicketExtension} determines if the
* server will provide stateless session tickets, if the client supports it,
* as described in RFC 5077 and RFC 8446. a stateless session ticket
* contains the encrypted server's state which saves server resources.
@@ -47,7 +47,7 @@ import sun.security.util.Cache;
* client will send an extension in the ClientHello in the pre-TLS 1.3.
* This extension allows the client to accept the server's session state for
* Server Side stateless resumption (RFC 5077). Setting the property to
- * "true" turns this on, by default it is false. For TLS 1.3, the system
+ * "false" turns this off, by default it is true. For TLS 1.3, the system