-
Bug
-
Resolution: Fixed
-
P3
-
6u10, 6u12
-
b01
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2201806 | 7 | Michael Fang | P3 | Resolved | Fixed | b102 |
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.
{ "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.
- backported by
-
JDK-2201806 extra comma in resource file
- Resolved
- duplicates
-
JDK-6741849 needless commas in Deployment.java
- Closed