JDK-8164656 : krb5 does not retry if TCP connection timeouts
  • Type: Bug
  • Component: security-libs
  • Sub-Component: org.ietf.jgss:krb5
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2016-08-23
  • Updated: 2019-03-19
  • Resolved: 2016-08-24
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9 Other
8u211Fixed 9 b134Fixed openjdk8u212Fixed
Related Reports
Relates :  
Description
krb5 supports retries if a read from KDC timeouts, no matter it's UDP or TCP. However, if a TCP connection timeouts, it will not retry.
Comments
Fix Request. Hoists debug statement out of redundant try block and adds a test. Patch applies cleanly.
06-03-2019