[jdk17u-dev] RFR: 8179502: Enhance OCSP, CRL and Certificate Fetch Timeouts [v3]
Alexey Bakhtin
abakhtin at openjdk.org
Mon Nov 18 22:32:52 UTC 2024
On Wed, 13 Nov 2024 18:30:32 GMT, Alexey Bakhtin <abakhtin at openjdk.org> wrote:
>> 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
@franferrax , @HempushpaSahu, Thank you!
I do not think it is possible to add other bug fixes to this PR, so I submitted dependent backport PRs for the mentioned test fixes:
- [JDK-8309740](https://bugs.openjdk.org/browse/JDK-8309740), https://github.com/openjdk/jdk/commit/5ca4cdd2caceba9dad8025e5a8851740a3961921
- [JDK-8310629](https://bugs.openjdk.org/browse/JDK-8310629), https://github.com/openjdk/jdk/commit/b20dc1e9cda1ea3a76b3f14c778c6816e5cc1c0c
- [JDK-8325024](https://bugs.openjdk.org/browse/JDK-8325024), https://github.com/openjdk/jdk/commit/432756b6e51c903e2bff8b9c3028a4f2ea8973f4
- [JDK-8337826](https://bugs.openjdk.org/browse/JDK-8337826), https://github.com/openjdk/jdk/commit/9b11bd7f4a511ddadf9f02e82aab6ba78beb6763
Backports are clean, so no review is required
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2747#issuecomment-2484267270
More information about the jdk-updates-dev
mailing list