Details
-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b100
Description
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.
RuntimeException's should not be wrapped. They should be thrown to allow the application to handle them.