Re: RFR: 8312126: NullPointerException in CertStore.getCRLs after 8297955

2023-09-14 Thread Weijun Wang
On Thu, 14 Sep 2023 14:59:07 GMT, Sean Mullan wrote: > Please review this fix for a regression in the LDAP CertStore implementation > where a null CRL issuerName in an X509CRLSelector should be treated as a > CertStoreException instead of a NullPointerException. > > A new test has been added b

RFR: 8312126: NullPointerException in CertStore.getCRLs after 8297955

2023-09-14 Thread Sean Mullan
Please review this fix for a regression in the LDAP CertStore implementation where a null CRL issuerName in an X509CRLSelector should be treated as a CertStoreException instead of a NullPointerException. A new test has been added but requires internal infrastructure so will only be in the close