-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b154
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8174633 | 10 | Mandy Chung | P3 | Resolved | Fixed | b01 |
jdk.security.auth uses sun.security.util.AuthResources which should be encapsulated in java.base. sun.security.util.ResourcesMgr::getString(String s, String altBundleName) is one existing mechanism to get the localized string from AuthResources.
We should replace direct loading of AuthResources resource bundle from jdk.security.auth and use the existing sun.security.util.ResourcesMgr::getString method.
We should replace direct loading of AuthResources resource bundle from jdk.security.auth and use the existing sun.security.util.ResourcesMgr::getString method.
- backported by
-
JDK-8174633 Replace direct use of AuthResources resource bundle from jdk.security.auth
-
- Resolved
-