From cc382e83d7cb247348f2b63b6b66f9009aae6d0f Mon Sep 17 00:00:00 2001 From: matthew_swift <matthew_swift@localhost> Date: Mon, 26 May 2008 07:59:17 +0000 Subject: [PATCH] Fix for issue 2953: ConcurrentModificationException in idle time limit thread under heavy load. --- opends/src/messages/messages/protocol.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/protocol.properties b/opends/src/messages/messages/protocol.properties index c1cfe3f..bc8f468 100644 --- a/opends/src/messages/messages/protocol.properties +++ b/opends/src/messages/messages/protocol.properties @@ -601,7 +601,7 @@ with %s is too full FATAL_ERR_LDAP_REQHANDLER_DEREGISTER_DUE_TO_SHUTDOWN_190=This client \ connection is being deregistered from the associated request handler because \ - the Directory Server is shutting down: %s + the Directory Server is shutting down MILD_ERR_ASN1_READER_MAX_SIZE_EXCEEDED_191=Cannot decode the data read as an \ ASN.1 element because the decoded element length of %d bytes was larger than \ the maximum allowed element length of %d bytes. The underlying input stream \ -- Gitblit v1.10.0