mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

dugan
06.58.2007 83a069fe51fa915dd4c2bd3622a9384ff595a161
Issue 1474 Unexpected return code during search operation with useSSL on non-Secure port with SASL mechanism. 

Changed this message to "Server Connection Closed".
1 files modified
3 ■■■■ changed files
opends/src/server/org/opends/server/messages/CoreMessages.java 3 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/messages/CoreMessages.java
@@ -6394,7 +6394,8 @@
    registerMessage(MSGID_RESULT_VIRTUAL_LIST_VIEW_ERROR,
                    "Virtual List View Error");
    registerMessage(MSGID_RESULT_OTHER, "Other");
    registerMessage(MSGID_RESULT_CLIENT_SIDE_SERVER_DOWN, "Server Down");
    registerMessage(MSGID_RESULT_CLIENT_SIDE_SERVER_DOWN,
                            "Server Connection Closed");
    registerMessage(MSGID_RESULT_CLIENT_SIDE_LOCAL_ERROR, "Local Error");
    registerMessage(MSGID_RESULT_CLIENT_SIDE_ENCODING_ERROR, "Encoding Error");
    registerMessage(MSGID_RESULT_CLIENT_SIDE_DECODING_ERROR, "Decoding Error");