Re: RFR: 8328638: Fallback option for POST-only OCSP requests [v5]

2024-03-27 Thread Aleksey Shipilev
On Mon, 25 Mar 2024 19:24:39 GMT, Aleksey Shipilev wrote: >> See the rationale/discussion in the bug. This patch introduces the option >> that allows to restore >> pre-[JDK-8179503](https://bugs.openjdk.org/browse/JDK-8179503) behavior. The >> default behavior does not change. Better suggestio

Re: RFR: 8328638: Fallback option for POST-only OCSP requests [v5]

2024-03-27 Thread Sean Mullan
On Wed, 27 Mar 2024 09:30:34 GMT, Aleksey Shipilev wrote: > CSR is done. I assume we are good here, and we can integrate? Yes. - PR Comment: https://git.openjdk.org/jdk/pull/18408#issuecomment-2022687436

Re: RFR: 8328638: Fallback option for POST-only OCSP requests [v5]

2024-03-27 Thread Aleksey Shipilev
On Mon, 25 Mar 2024 19:24:39 GMT, Aleksey Shipilev wrote: >> See the rationale/discussion in the bug. This patch introduces the option >> that allows to restore >> pre-[JDK-8179503](https://bugs.openjdk.org/browse/JDK-8179503) behavior. The >> default behavior does not change. Better suggestio

Re: RFR: 8328638: Fallback option for POST-only OCSP requests [v5]

2024-03-26 Thread Rajan Halade
On Mon, 25 Mar 2024 19:24:39 GMT, Aleksey Shipilev wrote: >> See the rationale/discussion in the bug. This patch introduces the option >> that allows to restore >> pre-[JDK-8179503](https://bugs.openjdk.org/browse/JDK-8179503) behavior. The >> default behavior does not change. Better suggestio

Re: RFR: 8328638: Fallback option for POST-only OCSP requests [v5]

2024-03-26 Thread Rajan Halade
On Tue, 26 Mar 2024 18:34:42 GMT, Aleksey Shipilev wrote: >> test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java >> line 478: >> >>> 476: * @library /test/lib >>> 477: * @build jtreg.SkippedException ValidatePathWithURL CAInterop >>> 478: * @run main/oth

Re: RFR: 8328638: Fallback option for POST-only OCSP requests [v5]

2024-03-26 Thread Aleksey Shipilev
On Tue, 26 Mar 2024 18:10:39 GMT, Rajan Halade wrote: >> Aleksey Shipilev has updated the pull request with a new target base due to >> a merge or a rebase. The pull request now contains five commits: >> >> - Merge branch 'master' into JDK-8328638-ocsp-post >> - Merge branch 'master' into JDK

Re: RFR: 8328638: Fallback option for POST-only OCSP requests [v5]

2024-03-26 Thread Rajan Halade
On Mon, 25 Mar 2024 19:24:39 GMT, Aleksey Shipilev wrote: >> See the rationale/discussion in the bug. This patch introduces the option >> that allows to restore >> pre-[JDK-8179503](https://bugs.openjdk.org/browse/JDK-8179503) behavior. The >> default behavior does not change. Better suggestio

Re: RFR: 8328638: Fallback option for POST-only OCSP requests [v5]

2024-03-26 Thread Aleksey Shipilev
On Tue, 26 Mar 2024 12:07:49 GMT, Sean Mullan wrote: > Looks good. Please also write a release note and I will review it. Here you go: https://bugs.openjdk.org/browse/JDK-8329111 - PR Comment: https://git.openjdk.org/jdk/pull/18408#issuecomment-2020848495

Re: RFR: 8328638: Fallback option for POST-only OCSP requests [v5]

2024-03-26 Thread Sean Mullan
On Mon, 25 Mar 2024 19:24:39 GMT, Aleksey Shipilev wrote: >> See the rationale/discussion in the bug. This patch introduces the option >> that allows to restore >> pre-[JDK-8179503](https://bugs.openjdk.org/browse/JDK-8179503) behavior. The >> default behavior does not change. Better suggestio

Re: RFR: 8328638: Fallback option for POST-only OCSP requests [v5]

2024-03-25 Thread Aleksey Shipilev
> See the rationale/discussion in the bug. This patch introduces the option > that allows to restore > pre-[JDK-8179503](https://bugs.openjdk.org/browse/JDK-8179503) behavior. The > default behavior does not change. Better suggestions for flag name are > welcome. > > Additional testing: > - [

Re: RFR: 8328638: Fallback option for POST-only OCSP requests [v4]

2024-03-25 Thread Aleksey Shipilev
> See the rationale/discussion in the bug. This patch introduces the option > that allows to restore > pre-[JDK-8179503](https://bugs.openjdk.org/browse/JDK-8179503) behavior. The > default behavior does not change. Better suggestions for flag name are > welcome. > > Additional testing: > - [

Re: RFR: 8328638: Fallback option for POST-only OCSP requests [v3]

2024-03-22 Thread Aleksey Shipilev
> See the rationale/discussion in the bug. This patch introduces the option > that allows to restore > pre-[JDK-8179503](https://bugs.openjdk.org/browse/JDK-8179503) behavior. The > default behavior does not change. Better suggestions for flag name are > welcome. > > Additional testing: > - [

Re: RFR: 8328638: Fallback option for POST-only OCSP requests [v2]

2024-03-22 Thread Aleksey Shipilev
On Fri, 22 Mar 2024 14:04:34 GMT, Aleksey Shipilev wrote: >> See the rationale/discussion in the bug. This patch introduces the option >> that allows to restore >> pre-[JDK-8179503](https://bugs.openjdk.org/browse/JDK-8179503) behavior. The >> default behavior does not change. Better suggestio

Re: RFR: 8328638: Fallback option for POST-only OCSP requests [v2]

2024-03-22 Thread Aleksey Shipilev
> See the rationale/discussion in the bug. This patch introduces the option > that allows to restore > pre-[JDK-8179503](https://bugs.openjdk.org/browse/JDK-8179503) behavior. The > default behavior does not change. Better suggestions for flag name are > welcome. > > Additional testing: > - [

Re: RFR: 8328638: Fallback option for POST-only OCSP requests

2024-03-22 Thread Sean Mullan
On Fri, 22 Mar 2024 07:52:08 GMT, Aleksey Shipilev wrote: > > Thanks for doing this - I think it is a fine idea to have a fallback option > > to use POST. It does need a CSR though since you are introducing a new > > system property. > > All right, good! How do you feel about the option name?

Re: RFR: 8328638: Fallback option for POST-only OCSP requests

2024-03-22 Thread Aleksey Shipilev
On Thu, 21 Mar 2024 20:17:29 GMT, Sean Mullan wrote: > Thanks for doing this - I think it is a fine idea to have a fallback option > to use POST. It does need a CSR though since you are introducing a new system > property. All right, good! How do you feel about the option name? Would like to a

Re: RFR: 8328638: Fallback option for POST-only OCSP requests

2024-03-21 Thread Sean Mullan
On Wed, 20 Mar 2024 19:48:52 GMT, Aleksey Shipilev wrote: > See the rationale/discussion in the bug. This patch introduces the option > that allows to restore > pre-[JDK-8179503](https://bugs.openjdk.org/browse/JDK-8179503) behavior. The > default behavior does not change. Better suggestions f

Re: RFR: 8328638: Fallback option for POST-only OCSP requests

2024-03-21 Thread Sean Mullan
On Wed, 20 Mar 2024 19:48:52 GMT, Aleksey Shipilev wrote: > See the rationale/discussion in the bug. This patch introduces the option > that allows to restore > pre-[JDK-8179503](https://bugs.openjdk.org/browse/JDK-8179503) behavior. The > default behavior does not change. Better suggestions f