-
Bug
-
Resolution: Fixed
-
P5
-
7
-
None
-
b68
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2184116 | 6u27 | Mala Bankal | P2 | Closed | Fixed | b02 |
JDK-2184117 | 5.0u33 | Mala Bankal | P2 | Closed | Won't Fix |
There's a behavior change in Config.java after 6857795.
Before the change, when system properties are given, and Config.getKDCList(realm) called on a realm that's not the default realm, the default KDC is returned. Now, an exception is thrown if the realm is neither the default one, nor found in krb5.conf.
Also, some comments in Config.java still describe the old behavior.
Before the change, when system properties are given, and Config.getKDCList(realm) called on a realm that's not the default realm, the default KDC is returned. Now, an exception is thrown if the realm is neither the default one, nor found in krb5.conf.
Also, some comments in Config.java still describe the old behavior.
- backported by
-
JDK-2184116 more changes to Config on system properties
-
- Closed
-
-
JDK-2184117 more changes to Config on system properties
-
- Closed
-
- relates to
-
JDK-6857795 krb5.conf ignored if system properties on realm and kdc are provided
-
- Resolved
-