-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
None
-
7u45
-
windows_7
FULL PRODUCT VERSION :
java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Windows 7
A DESCRIPTION OF THE PROBLEM :
We use a jnlp file with one main jar and a lot of other jars that are lazy loaded. During startup for each jar and each CA in the certificate chain one OCSP requests is sent. This leads to a slow startup behaviour. If we do not use lazy loading only the certificate of the main jar is verified with OCSP as described in https://bugs.openjdk.java.net/browse/JDK-8023808.
Since all the jars are signed using the same certificate the OCSP responses could be cached.
REPRODUCIBILITY :
This bug can be reproduced always.
java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Windows 7
A DESCRIPTION OF THE PROBLEM :
We use a jnlp file with one main jar and a lot of other jars that are lazy loaded. During startup for each jar and each CA in the certificate chain one OCSP requests is sent. This leads to a slow startup behaviour. If we do not use lazy loading only the certificate of the main jar is verified with OCSP as described in https://bugs.openjdk.java.net/browse/JDK-8023808.
Since all the jars are signed using the same certificate the OCSP responses could be cached.
REPRODUCIBILITY :
This bug can be reproduced always.