getMessageTypeName() of LdapMessage returns wrong name for CompareResponse
--------------------------------------------------------------------------

                 Key: DIRSERVER-819
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-819
             Project: Directory ApacheDS
          Issue Type: Bug
          Components: ldap
    Affects Versions: 1.0
            Reporter: Pierre-Arnaud Marcelot
             Fix For: 1.0.1, 1.5.0


While reading the API of Shared LDAP, I noticed a wrong code in the "public 
String getMessageTypeName();" method of the LdapMessage class.

Line 220 :
#
# case LdapConstants.COMPARE_RESPONSE:
#              return "COMPARE_REQUEST";
#

the return should be :  "COMPARE_RESPONSE".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to