JDK-7180308 : 6u34: keytool throws exception in pt_BR locale
  • Type: Bug
  • Component: globalization
  • Sub-Component: translation
  • Affected Version: 6u34
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-06-28
  • Updated: 2012-07-24
  • Resolved: 2012-07-24
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6u34 b04Fixed
Related Reports
Relates :  
Description
6u34 b03 keytool which include bug fix of CR 7070619 still crashes in pt_BR locale.

To reproduce the bug:
1. Create keystore by keytool -genkey 
2. list key by keytool -v -list

Cause of the bug:
Following two messages are broken (over translated).
"data" should be "date".

146         {"Creation date: keyStore.getCreationDate(alias)",
147                 "Data de cria\u00e7\u00e3o: {0,data}"},
148         {"alias, keyStore.getCreationDate(alias), ",
149                 "{0}, {1,data}, "},

Comments
EVALUATION Correction of pt_BR resources file necessary.
28-06-2012