JDK 21 | JDK 24 | JDK 25 |
---|---|---|
21.0.8-oracleFixed | 24.0.1Fixed | 25 b08Fixed |
Blocks :
|
|
CSR :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
JDK-8347928 :
|
|
JDK-8347934 :
|
A new set of timeout values and enhancements to existing OCSP timeout values was first introduced in JDK-21 via JDK-8179502. The backport to JDK-17 introduced a small change to the default setting for the `com.sun.security.ocsp.readtimeout` property. This issue carries this default change for the property forward. The change simply makes the default for the aforementioned property the same as whatever the value of the `com.sun.security.ocsp.timeout` System property is, rather than a 15000ms default in the original fix. Refer to the CSRs: https://bugs.openjdk.org/browse/JDK-8337407 and the withdrawn CSR https://bugs.openjdk.org/browse/JDK-8345114 (the withdrawn CSR has additional discussions in the comment section)
|