JDK-8041451 : com.sun.jndi.ldap.Connection:ReadTimeout should abandon ldap request
Type:Bug
Component:core-libs
Sub-Component:javax.naming
Affected Version:6
Priority:P3
Status:Closed
Resolution:Fixed
Submitted:2014-04-22
Updated:2016-06-13
Resolved:2014-05-23
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.
Readtimeout does not send ldap abandon request to the server. If this doesn't happen, the timedout request would be wasting resources on the LDAP server.
Comments
- Fix for Release : 7u72
- Risk Analysis : Low - very simple changet to have readTimout abandon timed out requests
- Testing (done/to-be-done) : noreg-hard