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

Jean-Noël Rouvignac
06.25.2016 d89c47e7cb1b3c9181e25582539aac1dedb46099
opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/AciHandler.java
@@ -688,7 +688,7 @@
          && resourceEntry.hasAttribute(modAttrType))
      {
        container.setCurrentAttributeType(modAttrType);
        for (Attribute a : resourceEntry.getAttribute(modAttr.getAttributeDescription()))
        for (Attribute a : resourceEntry.getAllAttributes(modAttr.getAttributeDescription()))
        {
          for (ByteString v : a)
          {
@@ -728,7 +728,7 @@
            break;
          case INCREMENT:
            Entry modifiedEntry = operation.getModifiedEntry();
            for (Attribute attr : modifiedEntry.getAttribute(modAttr.getAttributeDescription()))
            for (Attribute attr : modifiedEntry.getAllAttributes(modAttr.getAttributeDescription()))
            {
              for (ByteString val : attr)
              {