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

neil_a_wilson
03.53.2007 5c7638a894ce09f411369fe4397589ecb829718a
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
commit5c7638a894ce09f411369fe4397589ecb829718a
tree 1d019868c17fc9bb248221ddf578849f338363b2 tree | zip | gz
parent 424b299302cdf7c937f4f0e00f04f6080a399f14 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
opendj-sdk/opends/resource/config/config.ldif 2 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/resource/schema/02-config.ldif 7 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/LDAPConnectionHandlerConfiguration.xml 25 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/api/ClientConnection.java 51 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/extensions/NullConnectionSecurityProvider.java 266 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/extensions/TLSConnectionSecurityProvider.java 167 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/protocols/ldap/LDAPClientConnection.java 84 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/protocols/ldap/LDAPConnectionHandler.java 14 ●●●●● diff | view | raw | blame | history