Re: RFR: 8347506: Compatible OCSP readtimeout property with OCSP timeout [v2]

2025-01-24 Thread Jamil Nimeh
> 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

Re: RFR: 8347506: Compatible OCSP readtimeout property with OCSP timeout

2025-01-16 Thread Hai-May Chao
On Tue, 14 Jan 2025 22:41:47 GMT, Jamil Nimeh 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 help

Re: RFR: 8347506: Compatible OCSP readtimeout property with OCSP timeout

2025-01-16 Thread Sean Mullan
On Tue, 14 Jan 2025 22:41:47 GMT, Jamil Nimeh 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 help

Re: RFR: 8347506: Compatible OCSP readtimeout property with OCSP timeout

2025-01-14 Thread Alexey Bakhtin
On Tue, 14 Jan 2025 22:41:47 GMT, Jamil Nimeh 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 help

RFR: 8347506: Compatible OCSP readtimeout property with OCSP timeout

2025-01-14 Thread Jamil Nimeh
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 prope