mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
03.53.2007 fcf635c6a4436df96ac25e50f76d7e2c78e971b9
refs
author neil_a_wilson <neil_a_wilson@localhost>
Monday, September 3, 2007 21:53 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Monday, September 3, 2007 21:53 +0200
commitfcf635c6a4436df96ac25e50f76d7e2c78e971b9
tree c3007b2378ad77f2e184a89b4cfcf6a27d6f1fdf tree | zip | gz
parent 257c129efcf4538b34397e350e8b8ced4dc3b947 view | diff
Implement support for a maximum blocked write time limit in the LDAP connection
handler, which can be used to terminate client connections if an attempt to
write data to the client has been blocked for too long. This will generally
occur if the client has become unresponsive or there is a network outage.

OpenDS Issue Number: 139
8 files modified
616 ■■■■■ changed files
opends/resource/config/config.ldif 2 ●●●●● diff | view | raw | blame | history
opends/resource/schema/02-config.ldif 7 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/LDAPConnectionHandlerConfiguration.xml 25 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/api/ClientConnection.java 51 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/NullConnectionSecurityProvider.java 266 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/TLSConnectionSecurityProvider.java 167 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/ldap/LDAPClientConnection.java 84 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/ldap/LDAPConnectionHandler.java 14 ●●●●● diff | view | raw | blame | history