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

Jean-Noël Rouvignac
03.26.2016 30370aa1fc4d363f07023059f330e9a1ec9f2313
opendj-server-legacy/src/main/java/org/opends/server/plugins/SevenBitCleanPlugin.java
@@ -201,7 +201,7 @@
                  rawAttr.getAttributeType(), le.getErrorMessage()));
        }
        if (! config.getAttributeType().contains(a.getAttributeType()))
        if (!config.getAttributeType().contains(a.getAttributeDescription().getAttributeType()))
        {
          continue;
        }
@@ -277,7 +277,7 @@
                  rawAttr.getAttributeType(), le.getErrorMessage()));
        }
        if (! config.getAttributeType().contains(a.getAttributeType()))
        if (!config.getAttributeType().contains(a.getAttributeDescription().getAttributeType()))
        {
          continue;
        }