From 0589dbf6c4e36eb5575982d24ab5a0fb16d134e4 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Thu, 27 Feb 2014 16:33:22 +0000 Subject: [PATCH] Fix OPENDJ-1197: API is lacking functionality to specify TCP connect timeout --- opendj-grizzly/src/main/resources/com/forgerock/opendj/grizzly/grizzly.properties | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/opendj-grizzly/src/main/resources/com/forgerock/opendj/grizzly/grizzly.properties b/opendj-grizzly/src/main/resources/com/forgerock/opendj/grizzly/grizzly.properties index d47c5af..c0b3cbb 100755 --- a/opendj-grizzly/src/main/resources/com/forgerock/opendj/grizzly/grizzly.properties +++ b/opendj-grizzly/src/main/resources/com/forgerock/opendj/grizzly/grizzly.properties @@ -21,10 +21,12 @@ # CDDL HEADER END # # -# Copyright 2013 ForgeRock AS. +# Copyright 2013-2014 ForgeRock AS. # LDAP_CONNECTION_REQUEST_TIMEOUT=The request has failed because no response \ was received from the server within the %d ms timeout +LDAP_CONNECTION_CONNECT_TIMEOUT=The connection attempt to server %s has failed \ + because the connection timeout period of %d ms was exceeded LDAP_CONNECTION_BIND_OR_START_TLS_REQUEST_TIMEOUT=The bind or StartTLS request \ has failed because no response was received from the server within the %d ms \ timeout. The LDAP connection is now in an invalid state and can no longer be used -- Gitblit v1.10.0