[jdk17u-dev] RFR: 8179502: Enhance OCSP, CRL and Certificate Fetch Timeouts [v2]

Alexey Bakhtin abakhtin at openjdk.org
Tue Nov 12 03:50:28 UTC 2024


> 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:

  Change default readtimeout to CONNECT_TIMEOUT

-------------

Changes:
  - all: https://git.openjdk.org/jdk17u-dev/pull/2747/files
  - new: https://git.openjdk.org/jdk17u-dev/pull/2747/files/df460a63..e73f8c1a

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=2747&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=2747&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk17u-dev/pull/2747.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/2747/head:pull/2747

PR: https://git.openjdk.org/jdk17u-dev/pull/2747


More information about the jdk-updates-dev mailing list