From 66c134a26e114d536df67dd566e57d3ec5e8aae4 Mon Sep 17 00:00:00 2001 From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Mon, 25 Mar 2013 11:58:10 +0000 Subject: [PATCH] OPENDJ-808 Implement a simple commons REST based HTTP connection handler --- opends/src/admin/messages/HTTPConnectionHandlerCfgDefn.properties | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opends/src/admin/messages/HTTPConnectionHandlerCfgDefn.properties b/opends/src/admin/messages/HTTPConnectionHandlerCfgDefn.properties index aad1fbe..d606222 100644 --- a/opends/src/admin/messages/HTTPConnectionHandlerCfgDefn.properties +++ b/opends/src/admin/messages/HTTPConnectionHandlerCfgDefn.properties @@ -14,6 +14,8 @@ property.allow-tcp-reuse-address.description=If enabled, the SO_REUSEADDR socket option is used on the server listen socket to potentially allow the reuse of socket descriptors for clients in a TIME_WAIT state. This may help the server avoid temporarily running out of socket descriptors in cases in which a very large number of short-lived connections have been established from the same client system. property.buffer-size.synopsis=Specifies the size in bytes of the HTTP response message write buffer. property.buffer-size.description=This property specifies write buffer size allocated by the server for each client connection and used to buffer HTTP response messages data when writing. +property.config-file.synopsis=Specifies the name of the configuration file for the HTTP Connection Handler. +property.config-file.syntax.string.pattern.synopsis=A path to an existing file that is readable by the server. property.denied-client.synopsis=Specifies a set of host names or address masks that determine the clients that are not allowed to establish connections to this HTTP Connection Handler. property.denied-client.description=Valid values include a host name, a fully qualified domain name, a domain name, an IP address, or a subnetwork with subnetwork mask. If both allowed and denied client masks are defined and a client connection matches one or more masks in both lists, then the connection is denied. If only a denied list is specified, then any client not matching a mask in that list is allowed. property.denied-client.default-behavior.alias.synopsis=If an allow list is specified, then only clients with addresses on the allow list are allowed. Otherwise, all clients are allowed. -- Gitblit v1.10.0