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

We still store entryUUID associated with 'top' in the OC index

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 2.0.0-M15
    • 2.0.0-M16
    • None
    • None

    Description

      Due to the way the ValueString.equals() method is implemented, we don't bypass the 'top' OC when storing the entryUUID vaue in the OC index :

      for ( Value<?> value : objectClass )
      {
      if ( value.equals( SchemaConstants.TOP_OC ) )
      ...

      public boolean equals( Object obj )
      {
      ...
      if ( !( obj instanceof StringValue ) )

      { return false; }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: