https://bz.apache.org/bugzilla/show_bug.cgi?id=61313
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35146|0 |1 is obsolete| | --- Comment #2 from Felix Schumacher <[email protected]> --- Created attachment 35148 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35148&action=edit Add an option to set a read timeout to ldap connections used by JNDI Realm Java LDAP API seems to have an option for read timeouts. This should shorten the timeouts that you see when the firewall looses the connection state and starts dropping the packets. I haven't tested the patch yet and I think it would be even better to have an timeout on connections that aren't used for a long time, too. If the LDAP API has no such timeout, we could emulate it by keeping a timestamp up to date in close and open calls. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
