Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8036779 sun.security.krb5.KdcComm interprets kdc_timeout as msec instead of sec
  3. JDK-8177083

Release Note: Support the "s" (second) unit for kdc_timeout in krb5.conf

XMLWordPrintable

        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".

              weijun Weijun Wang
              weijun Weijun Wang
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: