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

LdapName comparison is bugged for Compound Names

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • pre-1.0
    • pre-1.0
    • ldap
    • None

    Description

      The following test works well :

      Name name1 = new LdapName( "cn=HomeDir+cn=Workdir" );

      Name name2 = new LdapName( "cn=Work+cn=HomeDir" );

      if ( name1.compareTo( name2 ) ) == 0 )
      {
      // This should not occurs
      }

      Attachments

        Activity

          People

            elecharny Emmanuel Lécharny
            elecharny Emmanuel Lécharny
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: