JDK-2168509 : add an new JNDI property to control the boolean flag WaitForReply (JDK5)
  • Type: Backport
  • Backport of: JDK-6748156
  • Component: core-libs
  • Sub-Component: javax.naming
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2008-10-17
  • Updated: 2011-04-27
  • Resolved: 2011-04-27
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 7
5.0u19-revFixed 7 b134Fixed
Comments
EVALUATION Forward port of JDK 6 style fix.
04-02-2011

EVALUATION The LDAP service provider implementation normally waits until the first reply from the server is received. The customer would like to be able to abandon a long-running search operation without having to wait for the first reply. A new boolean-valued JNDI property could be used to override the default behaviour.
17-10-2008