mirror of
https://github.com/openjdk/jdk.git
synced 2026-08-03 06:35:31 +00:00
Fix JDK-8389152
This commit is contained in:
parent
5b2d6991a1
commit
fed2bcd8ce
@ -651,8 +651,9 @@ class URICertStore extends CertStoreSpi {
|
||||
// configured maximum length.
|
||||
if (debug != null) {
|
||||
debug.println("Discarding CRL: " + iae.getMessage());
|
||||
crl = null;
|
||||
}
|
||||
lastModified = 0;
|
||||
crl = null;
|
||||
}
|
||||
}
|
||||
return getMatchingCRLs(crl, selector);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user