JDK-7094377 : Com.sun.jndi.ldap.read.timeout doesn't work with ldaps.
  • Type: Bug
  • Component: core-libs
  • Sub-Component: javax.naming
  • Affected Version: 1.4.0,6u26
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,solaris_10
  • CPU: generic,sparc
  • Submitted: 2011-09-23
  • Updated: 2014-11-19
  • Resolved: 2011-11-16
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.
Other JDK 6 JDK 7 JDK 8
5.0u33Fixed 6u29-rev b22Fixed 7u4Fixed 8Fixed
Related Reports
Duplicate :  
Description
SHORT SUMMARY:

com.sun.jndi.ldap.read.timeout parameter being ignored when using ldaps in 
certain instances.

INDICATORS:

Attached threaddump

COUNTER INDICATORS:

ldap works fine, also, readTimeout generally works for read requests.

TRIGGERS:

Connection.writeRequest

KNOWN WORKAROUND:



PRESENT SINCE:

6 fcs

HOW TO VERIFY:

Run attached testcase

NOTES FOR SE:

None

REGRESSION:

Comments
EVALUATION For LDAP over SSL connections the LDAP connect timeout should include the time spent during the SSL handshake that takes place following a successful SSL socket connection.
29-09-2011