-
Bug
-
Resolution: Fixed
-
P4
-
8
-
b112
-
b34
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084400 | emb-9 | Vincent Ryan | P4 | Resolved | Fixed | team |
JDK-8063901 | 8u45 | Vincent Ryan | P4 | Resolved | Fixed | b01 |
JDK-8059476 | 8u40 | Vincent Ryan | P4 | Resolved | Fixed | b10 |
JDK-8069985 | emb-8u47 | Vincent Ryan | P4 | Resolved | Fixed | team |
There is a mismatch between keytool code and the keytool resource file.
The code references this key: System.err.print(rb.getString("Re.enter.password."));
The resource file lists this key: {"Re.enter.passpword.", "Re-enter password: "},
^
The code references this key: System.err.print(rb.getString("Re.enter.password."));
The resource file lists this key: {"Re.enter.passpword.", "Re-enter password: "},
^
- backported by
-
JDK-8059476 Typo in keytool resource file
- Resolved
-
JDK-8063901 Typo in keytool resource file
- Resolved
-
JDK-8069985 Typo in keytool resource file
- Resolved
-
JDK-8084400 Typo in keytool resource file
- Resolved
- duplicates
-
JDK-8060184 MissingResourceException for key "Re.enter.password" when running keytool
- Closed