Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8284641

Doc errors in sun.security.ssl.SSLSessionContextImpl

XMLWordPrintable

      - * @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

            jjiang John Jiang
            jjiang John Jiang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: