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). ------------- Commit messages: - Fix JDK-8389152 Changes: https://git.openjdk.org/jdk/pull/32164/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=32164&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8389152 Stats: 3 lines in 1 file changed: 2 ins; 1 del; 0 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
