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

vharseko
09.00.2018 4ec8f662008db54392753c689dbd2f813b351b02
opendj-dsml-servlet/src/main/java/org/opends/dsml/protocol/DSMLAddOperation.java
@@ -87,7 +87,7 @@
    for(DsmlAttr attr : addList)
    {
      ArrayList<ByteString> values = new ArrayList<>();
      List<Object> vals = attr.getValue();
      List<String> vals = attr.getValue();
      for(Object val : vals)
      {
        values.add(ByteStringUtility.convertValue(val));