From d44745cf3a55bf943670fe8b262874bcc414ca34 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 06 Oct 2011 14:15:09 +0000
Subject: [PATCH] Fix OPENDJ-306: Misleading access log error message when client resets the connection.

---
 opendj-sdk/opends/src/messages/messages/protocol.properties |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/src/messages/messages/protocol.properties b/opendj-sdk/opends/src/messages/messages/protocol.properties
index 4808a1d..4856b29 100644
--- a/opendj-sdk/opends/src/messages/messages/protocol.properties
+++ b/opendj-sdk/opends/src/messages/messages/protocol.properties
@@ -1428,3 +1428,6 @@
 Server was closed while waiting for a response
 INFO_ERGONOMIC_SIZING_OF_REQUEST_HANDLER_THREADS_1512=Connection handler '%s' \
  does not specify the number of request handler threads: defaulting to %d threads
+MILD_ERR_LDAP_CLIENT_IO_ERROR_DURING_READ_1513=An IO error occurred while \
+ reading a request from the client: %s
+MILD_ERR_LDAP_CLIENT_IO_ERROR_BEFORE_READ_1514=Connection reset by client

--
Gitblit v1.10.0