[jdk17u-dev] RFR: 8179502: Enhance OCSP, CRL and Certificate Fetch Timeouts [v3]
Alexey Bakhtin
abakhtin at openjdk.org
Wed Nov 13 18:30:32 UTC 2024
> Hello, I'd like to backport JDK-8179502 to JDK17u to improve the timeout adjustment for OCSP GET requests (which was missed in JDK-8179503).
>
> The backport is almost clean except for the following:
> - OCSP.java was merged manually because of JDK-8328638 and JDK-8329213 is already backported into 17u-dev
> - copyright year in GetPropertyAction.java and URICertStore.java files are updated manually
> - CRLReadTimeout.java test is updated manually because of the different notation of internal X509CRLImpl and CRLExtensions classes.
>
> All new and related jtreg tests are passed
Alexey Bakhtin has updated the pull request incrementally with one additional commit since the last revision:
Remove unused DEFAULT_READ_TIMEOUT constant
-------------
Changes:
- all: https://git.openjdk.org/jdk17u-dev/pull/2747/files
- new: https://git.openjdk.org/jdk17u-dev/pull/2747/files/e73f8c1a..65e02f91
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=2747&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=2747&range=01-02
Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
Patch: https://git.openjdk.org/jdk17u-dev/pull/2747.diff
Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/2747/head:pull/2747
PR: https://git.openjdk.org/jdk17u-dev/pull/2747
More information about the jdk-updates-dev
mailing list