On Tue, 11 Aug 2026 20:29:11 GMT, Sean Mullan <[email protected]> wrote:
>> Guanqiang Han has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Handle null CRLs in getMatchingCRLs > > src/java.base/share/classes/sun/security/provider/certpath/URICertStore.java > line 656: > >> 654: } >> 655: lastModified = 0; >> 656: crl = null; > > I think it is better to return an empty `Collection` here instead of falling > through and calling `getMatchingCRLs`. Fixed. Thanks! ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32164#discussion_r3763821844
