JDK-6789931 : extra comma in resource file
  • Type: Bug
  • Component: globalization
  • Sub-Component: translation
  • Affected Version: 6u10,6u12
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-01-05
  • Updated: 2010-10-28
  • Resolved: 2009-03-31
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 JDK 7
6u14 b01Fixed 7Fixed
Related Reports
Duplicate :  
Description
In http://java-g11n.sfbay.sun.com/j2se/ws/1.6.0_12/ws/master/deploy/src/common/share/classes/com/sun/deploy/resources/Deployment.java, in some of the lines, there are extra comman.
{ "deniedcertstore.cert.adding", "Adding certificate in Deployment denied certificate store", },
{ "sessioncertstore.cert.adding", "Adding certificate in Deployment session certificate store", },
{ "roothttpscertstore.cert.adding", "Adding certificate in SSL Root CA certificate store", },

These extra commas will affect the automation in l10n engineering. To make the resource file correct and l10n automation run smoothly, the commas need to be removed. L10n will work on this, instead of asking others to remove the comma.

Comments
EVALUATION I will update the deployment.java in 6u14 so that our l10n automation based on world server can run smoothly in 6u14.
05-01-2009