commit | 581d01d8c4e037c0fae2b1271af8b6bcd59fb364 | [log] [tgz] |
---|---|---|
author | Sean Mullan <mullan@openjdk.org> | Wed Oct 14 09:36:31 2009 -0400 |
committer | Sean Mullan <mullan@openjdk.org> | Wed Oct 14 09:36:31 2009 -0400 |
tree | f11bf6a6387551946e6c3e39d5e32ad397d9ecc2 | |
parent | fb306e57429806ed09cd0a007fc09c3a06e8350d [diff] |
6885667: CertPath/CertPathValidatorTest/bugs/bug6383078 fails on jdk6u18/b02, jdk7/pit/b73 and passes on b72 Wrap all OCSP exceptions in CertPathValidatorException so that we can fallback to CRLs, if enabled. Reviewed-by: dgu, xuelei