Details
Description
it seems that this was once fixed for 2.1.5 and now it reappears in 3.6.4 http://www.igniterealtime.org/community/thread/14823?start=0&tstart=0
now reported at: http://www.igniterealtime.org/community/message/199770
The code in question is:
// Specify timeout to be 10 seconds, only on non SSL since SSL connections
// break with a teimout.
if (!sslEnabled) {
env.put("com.sun.jndi.ldap.connect.timeout", "10000");
}