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

RDF (8029649) can cause performance problem when Revocation check times out.

XMLWordPrintable

    • b07
    • Verified

        When a cert is accepted, https://bugs.openjdk.java.net/browse/JDK-8029649 causes the decision to be remembered for a short time. When a new browser session runs the same app again, the certificate dialog will not be shown, and the app will run, however, the certificate is not placed in the session store, which can cause subsequent jars signed by the same cert to go thru revocation checking, and if revocation checking times out (cannot reach revocation server) this can take a long time.
        The requirements for JDK-8029649 prohibit us from adding cert to session stores, since only that exact app (not other apps signed by the same cert and from the same domain) may be run skipping the cert dialog due to the remembered decision

              herrick Andy Herrick (Inactive)
              herrick Andy Herrick (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: