From 25669bf85e5f2bb3f9ba5a6c9c43e149b07095a9 Mon Sep 17 00:00:00 2001 From: ian.packer <ian.packer@forgerock.com> Date: Mon, 30 Nov 2015 15:50:55 +0000 Subject: [PATCH] OPENDJ-2327: Improve log messages on certain 'server error' disconnects --- opendj-server-legacy/src/messages/org/opends/messages/protocol.properties | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/protocol.properties b/opendj-server-legacy/src/messages/org/opends/messages/protocol.properties index 92e750d..20a27e8 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/protocol.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/protocol.properties @@ -918,4 +918,6 @@ INFO_DISABLE_CONNECTION_1528=Disabling %s ERR_INITIALIZE_HTTP_CONNECTION_HANDLER_1529=Failed to initialize Http Connection Handler ERR_TRANSACTION_ID_CONTROL_HAS_NO_VALUE_1530=No value was provided for the transaction \ - id control, whereas an UTF-8 encoded value is expected \ No newline at end of file + id control, whereas an UTF-8 encoded value is expected +ERR_UNEXPECTED_EXCEPTION_ON_CLIENT_CONNECTION_1531=Exception on the underlying client connection: %s +ERR_IO_ERROR_ON_CLIENT_CONNECTION_1532=The underlying client connection timed out or closed: %s \ No newline at end of file -- Gitblit v1.10.0