History log of /forgerock/opendj2/resource/config/http-config.json
Revision Date Author Comments Expand
8e352cc78cf509c604a8180955fb1af86279cf4a 8912 24-May-2013 JnRouvignac

OPENDJ-921 HTTP Connection Handler - Prevent useless config parameters in http-config.json http-config.json: Removed useless config parameters.

9cbb15c8da2452687c698517c17306aa4e3381da 8729 11-Apr-2013 JnRouvignac

Imported the latest sample config file from Rest2LDAP

5bb748e5e7ad459601a615f8fe91da83605f292b 8690 04-Apr-2013 JnRouvignac

Imported the latest sample config file from Rest2LDAP

f1a8b8986de97939dbfcbdfc23ee9e66d5faadb2 8638 25-Mar-2013 JnRouvignac

OPENDJ-808 Implement a simple commons REST based HTTP connection handler Added support for using the Rest2LDAP servlet from OpenDJ HTTPConnectionHandler. HTTPConnectionHandler.java: Added support for using the Rest2LDAP servlet + removed the FakeServlet. Added the JSON_MAPPER constant to parse the JSON config file for Rest2LDAP. Added getClientConnectionsMap() getter. Added getConnectionFactory() method, heavily inspired from org.forgerock.opendj.rest2ldap.servlet.Rest2LDAPConnectionFactoryProvider.getConnectionFactory(). In startHttpServer(), silenced Grizzly logging + set the IOThreadStrategy to be single threaded + changed the access path to the servlet. CollectClientConnectionsFilter.java: Added support for using the Rest2LDAP servlet. Removed clientConnections instance member, now get this value from the HTTPConnectionHandler. config.ldif, 02-config.ldif, HTTPConnectionHandlerConfiguration.xml, HTTPConnectionHandlerCfgDefn.properties: Added ds-cfg-config-file property to ds-cfg-http-connection-handler objectClass. http-config.json: ADDED (copied from opendj-rest2ldap-servlet project) ivy.xml: Added dependencies to Rest2LDAP. ivysettings.xml: Added support for updating SNAPSHOTS.