Fixed
Details
Assignee
UnassignedUnassignedReporter
Pete FreitagPete FreitagLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
NoneFix versions
Affects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Pete Freitag
Pete FreitagLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Fix versions
Affects versions
Priority
Created 17 May 2018 at 14:54
Updated 24 August 2022 at 08:30
Resolved 24 August 2022 at 08:30
When using the cfldap tag with the timeout attribute specified it does not set the
com.sun.jndi.ldap.read.timeout
value. So if the LDAP server is down, it will just wait forever (or until the page timeout kicks in). On a related note it appears that the timeout value is only used for query operations.You need to add:
env.put("com.sun.jndi.ldap.read.timeout", timeout);
https://docs.oracle.com/javase/tutorial/jndi/newstuff/readtimeout.html