-
Bug
-
Resolution: Fixed
-
P3
-
7u60, 8
-
b01
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8024133 | 8 | Daniel Fuchs | P3 | Closed | Fixed | b108 |
JDK-8034616 | 7u65 | Daniel Fuchs | P3 | Resolved | Fixed | b01 |
Deployment team has a workaround and I am sharing it here, hoping you can find the solution doable for logging.properties. Thanks!
Deployment.java:
{ "security.dialog.notverified.subject", "Unknown" },
TrustDeciderDialog.java:
// Show dialog
if (Trace.isAutomationEnabled() == false) {
if (rootCANotValid) {
// note - security team wanted uper case "UNKNOWN"
// here but all caps stings are not translated, so
// the string is lowercase and translated and we
// display it in upper case.
subjectName = getMessage(
"security.dialog.notverified.subject").toUpperCase();
}
Our next jdk8 translation drop date is 8/22 (it's also message freeze date). I would be much appreciated if you could help to look into this by that time.
- backported by
-
JDK-8034616 NLS: logging.properties translatability recommendation
- Resolved
-
JDK-8024133 NLS: logging.properties translatability recommendation
- Closed
- duplicates
-
JDK-7174974 NLS: ALL CAPS words are not tranlslated in java logging
- Closed
- relates to
-
JDK-8020228 Restore the translated version of logging_xx.properties
- Closed
-
JDK-8027650 missing locales in sun.util.logging.resources
- Closed
-
JDK-8024131 Issues with cached localizedLevelName in java.util.logging.Level
- Closed
-
JDK-8024284 Cleanup obsolete comments in logging.properties resource bundles
- Open
-
JDK-8024257 Locale.getDefault() should be replaced by Locale.getDefault(Category.DISPLAY) where appropriate
- Open