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

Gaetan Boismal
27.28.2015 412ae6d1bcb1d8f7d404fbd7babfe5510042cee8
opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/SimpleAttributeMapper.java
@@ -118,7 +118,7 @@
            try {
                final ByteString va =
                        valueAssertion != null ? encoder().apply(valueAssertion) : null;
                h.handleResult(toFilter(c, type, ldapAttributeName.toString(), va));
                h.handleResult(toFilter(type, ldapAttributeName.toString(), va));
            } catch (final Exception e) {
                // Invalid assertion value - bad request.
                h.handleError(new BadRequestException(i18n(