26 Mar, 2013

11 commits


25 Mar, 2013

11 commits


23 Mar, 2013

1 commit

  • * json-resource-servlet - refactor Servlet 2.x / 3.x abstraction layer so that it can be reused in the LDAP authentication filter
    * opendj-rest2ldap-servlet - add preliminary support for performing LDAP simple bind based authentication.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8631 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     

22 Mar, 2013

3 commits


21 Mar, 2013

7 commits


20 Mar, 2013

7 commits

  • git-svn-id: https://svn.forgerock.org/opendj/trunk@8620 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludo
     
  • Fixed the issues identified with r8615.
    
    ivy.xml:
    Use the latest of Grizzly.
    Use very specifically javax.servlet-api 3.1-b02 to ensure compatibility with java 6.
    
    HTTPConnectionHandler.java:
    Uncommented all the code that I previously commented to allow code to compile on Jenkins.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8619 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@8618 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@8616 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     
  • Made the code compile with java 6 until we can further solve the issue.
    I'll come back to this code to uncomment the lines I commented here.
    
    ivy.xml:
    Excluded the dependency to activation.jar.
    Remporarily downgraded grizzly and javax.servlet versions.
    Replaced tabs with spaces.
    
    HTTPConnectionHandler.java:
    Commented out some code to be reenabled in a subsequent commit.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8615 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • …d topology shares a common suffix
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8614 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     
  • Added the HTTPConnnectionHandler implemented using Grizzly.
    Added support for all configuration similar to the LDAPConnectionHandler.
    Missing support for ds-cfg-keep-stats and ds-cfg-num-request-handlers.
    
    
    config.ldif, 02-config.ldif:
    Added new entry for HTTP connection handler + defaults.
    
    HTTPConnectionHandlerCfgDefn.properties, HTTPConnectionHandlerConfiguration.xml: ADDED
    
    LDAPConnectionHandlerConfiguration.xml:
    Moved properties common to HTTPConnectionHandlerConfiguration.xml to Package.xml .
    
    protocol*.properties:
    Merged protocol messages between LDAP, HTTP and JMX. Made them non LDAP specific.
    Added 2 new protocol messages for HTTP.
    
    
    CollectClientConnectionsFilter.java, HTTPClientConnection.java, HTTPConnectionHandler.java, package-info.java: ADDED
    
    JmxClientConnection.java, JmxConnectionHandler.java, LDAPClientConnection.java:
    Used common protocol messages.
    
    LDAPConnectionHandler.java
    Used common protocol messages.
    Extracted method configureSSL()
    Simplified the code in getEnabledSSLCipherSuites() and getEnabledSSLProtocols() and protected against a multi threaded change ofg the SSL engine by using a local copy.
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8613 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac