> Please review this change. Thanks! > > **Description:** > > When an oversized CRL is fetched, the cached `crl` is cleared only when > debugging is enabled, and `lastModified` is not reset. > > **Solution:** > > Always clear the cached `crl` and reset `lastModified` when an oversized CRL > is discarded. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Guanqiang Han has updated the pull request incrementally with one additional commit since the last revision: Handle null CRLs in getMatchingCRLs ------------- Changes: - all: https://git.openjdk.org/jdk/pull/32164/files - new: https://git.openjdk.org/jdk/pull/32164/files/fed2bcd8..82a96f90 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=32164&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=32164&range=00-01 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/32164.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/32164/head:pull/32164 PR: https://git.openjdk.org/jdk/pull/32164
