Details
-
Bug
-
Resolution: Fixed
-
P5
-
None
-
b09
-
generic
-
generic
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8335969 | 21.0.5-oracle | Nibedita Jena | P5 | Resolved | Delivered | |
JDK-8326113 | 21.0.4 | Sendao Yan | P5 | Resolved | Fixed | b01 |
Description
As show below, The comment doesn't match the code.
// Wait 5 seconds for server ready
boolean readyStatus = rootOcsp.awaitServerReady(60, TimeUnit.SECONDS);
if (!readyStatus) {
throw new RuntimeException("Server not ready");
}
// Wait 5 seconds for server ready
boolean readyStatus = rootOcsp.awaitServerReady(60, TimeUnit.SECONDS);
if (!readyStatus) {
throw new RuntimeException("Server not ready");
}
Attachments
Issue Links
- backported by
-
JDK-8326113 java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java incorrect comment information
- Resolved
-
JDK-8335969 java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java incorrect comment information
- Resolved
- links to
-
Commit openjdk/jdk21u-dev/e328bf37
-
Commit openjdk/jdk/432756b6
-
Review openjdk/jdk21u-dev/289
-
Review openjdk/jdk/17646
(1 links to)