Uploaded image for project: 'Directory ApacheDS'
  1. Directory ApacheDS
  2. DIRSERVER-819

getMessageTypeName() of LdapMessage returns wrong name for CompareResponse

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0
    • 1.0.1, 1.5.0
    • ldap
    • None

    Description

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

      Line 220 :
      #

      1. case LdapConstants.COMPARE_RESPONSE:
      2. return "COMPARE_REQUEST";
        #

      the return should be : "COMPARE_RESPONSE".

      Attachments

        Activity

          People

            Unassigned Unassigned
            pamarcelot Pierre-Arnaud Marcelot
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: