-
Sub-task
-
Resolution: Delivered
-
P4
-
8u20, 9
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8177904 | 8u20 | Clifford Wayne | P4 | Closed | Delivered |
An interoperability issue is found between Java and the native Kerberos implementation on BSD (including macOS) on the kdc_timeout setting in krb5.conf, where Java interpreted it as milliseconds and BSD as seconds when no unit is specified. This code change adds support for the "s" (second) unit. Therefore if the timeout is 5 seconds, Java accepts both "5000" and "5s". Customers concerned about interoperability between Java and BSD should use "5s".
- backported by
-
JDK-8177904 Release Note: Support the "s" (second) unit for kdc_timeout in krb5.conf
- Closed