RuntimeException gets obscured during OCSP cert revocation checking

XMLWordPrintable

    • 8
    • b100

      If an error occurs during certificate revocation checking using OCSP a failover mechanism is engaged that re-tries the revocation check using a CRL. Any exceptions that are thrown during OCSP it will get wrapped in a CertPathValidationException so that the failover mechanism can proceed.

      RuntimeException's should not be wrapped. They should be thrown to allow the application to handle them.

            Assignee:
            Vincent Ryan
            Reporter:
            Vincent Ryan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: