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

vharseko
23.33.2023 7b24f6afae8c9aab430373d87d8cec1fa7dd2430
opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Rest2LdapHttpApplication.java
@@ -179,7 +179,7 @@
            final URL configUrl = getClass().getResource("/config.json");
            this.configDirectory = configUrl != null ? new File(configUrl.toURI()).getParentFile() : null;
        } catch (final URISyntaxException e) {
            throw new IllegalStateException(e);
            throw new IllegalStateException(""+getClass().getResource("/config.json"),e);
        }
        this.schema = Schema.getDefaultSchema();
    }