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

Matthew Swift
11.51.2013 fe798bd911c12cf7471649e361a6fc32899565d4
opendj-sdk/opendj3/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Utils.java
@@ -201,6 +201,8 @@
        int resourceResultCode;
        try {
            throw t;
        } catch (final ResourceException e) {
            return e;
        } catch (final AssertionFailureException e) {
            resourceResultCode = ResourceException.VERSION_MISMATCH;
        } catch (final AuthenticationException e) {