Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Connection timeout may be detected while calling cursor.netx(). However the code throws plain LdapException in that case. There is no reliable way how to detect that the error was really a timeout and reconnect.
Fix: create new exception for timeout and throw that instead of LdapException.