This commit is contained in:
Sean Mullan 2008-10-07 14:44:04 -04:00
commit a2481b51f8

@ -162,7 +162,7 @@ class BasicChecker extends PKIXCertPathChecker {
throw new CertPathValidatorException
(msg + " check failed", e, null, -1,
BasicReason.INVALID_SIGNATURE);
} catch (GeneralSecurityException e) {
} catch (Exception e) {
throw new CertPathValidatorException(msg + " check failed", e);
}