Fix JDK-8389152

This commit is contained in:
Guanqiang Han 2026-08-02 20:21:56 +08:00
parent 5b2d6991a1
commit fed2bcd8ce

View File

@ -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);