Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 16
-
Component/s: security-libs
-
Subcomponent:
-
Resolved In Build:b02
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8272512 | 11.0.14-oracle | Gauri Patil | P4 | Resolved | Fixed | b01 |
JDK-8275597 | 11.0.14 | Martin Doerr | P4 | Resolved | Fixed | b01 |
Description
Here is a typo, handshage, in the IllegalHandshakeMessage.java test code:
- throw new Exception("No handshage message generated.");
+ throw new Exception("No handshake message generated.");
- throw new Exception("No handshage message generated.");
+ throw new Exception("No handshake message generated.");
Attachments
Issue Links
- backported by
-
JDK-8272512 typo in IllegalHandshakeMessage
-
- Resolved
-
-
JDK-8275597 typo in IllegalHandshakeMessage
-
- Resolved
-