On Tue, 14 Jan 2025 22:41:47 GMT, Jamil Nimeh <jni...@openjdk.org> wrote:
> This makes a small change to the default value of the > `com.sun.security.ocsp.readtimeout` System property. When not explicitly > specified, it will be set to the value of the `com.sun.security.ocsp.timeout` > System property, which helps ease the transition from older JDK versions > where this property did not exist. > > This change is already part of the [17u > backport](https://github.com/openjdk/jdk17u-dev/pull/2747), we are just > forward-porting the same change into newer versions. > > Bug: https://bugs.openjdk.org/browse/JDK-8347506 > CSR: https://bugs.openjdk.org/browse/JDK-8347749 > Original fix: https://bugs.openjdk.org/browse/JDK-8179502 (for reference) This pull request has now been integrated. Changeset: f8e81d23 Author: Jamil Nimeh <jni...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/f8e81d23393cbc04557e3975edd8898901dd6d26 Stats: 73 lines in 2 files changed: 70 ins; 1 del; 2 mod 8347506: Compatible OCSP readtimeout property with OCSP timeout Reviewed-by: mullan, hchao ------------- PR: https://git.openjdk.org/jdk/pull/23118