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

Jean-Noel Rouvignac
14.03.2013 1bc62891e75a5e97abefaca3b60923977fe417b1
opends/src/server/org/opends/server/protocols/http/HTTPConnectionHandler.java
@@ -875,12 +875,13 @@
      final String... urlPatterns) throws Exception
  {
    // parse and use JSON config
    File jsonConfigFile = getFileForPath(this.currentConfig.getConfigFile());
    final JsonValue configuration =
        parseJsonConfiguration(getFileForPath(this.currentConfig
            .getConfigFile()));
        parseJsonConfiguration(jsonConfigFile).recordKeyAccesses();
    final HTTPAuthenticationConfig authenticationConfig =
        getAuthenticationConfig(configuration);
    final ConnectionFactory connFactory = getConnectionFactory(configuration);
    configuration.verifyAllKeysAccessed();
    Filter filter =
        new CollectClientConnectionsFilter(this, authenticationConfig);