29 Jul, 2014

6 commits


28 Jul, 2014

4 commits


25 Jul, 2014

3 commits


24 Jul, 2014

1 commit


23 Jul, 2014

1 commit


21 Jul, 2014

3 commits

  • * Factored out HttpClient configuration from ClientHandler into an HttpClient specific Heaplet
    * GatewayServlet registers a default HttpClient instance in the heap at startup
    ** This object (named 'HttpClient') can be overridden in your config.json if needed
    * ClientHandler changed to use the system provided HttpClient (by default)
    ** Configuration has drastically changed (you now only specify optionally which HttpClient to use)
    * Script configuration has been updated like ClientHandler
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@379 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    guillaume.sauthier
     
  • Change review: CR-4050.
    
    
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@376 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    matthew
     
  • * added "defaultHandler" option to Router to allow configuration of a default route which should be invoked when no other routes match an incoming request
    * Change review CR-4050
    
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@375 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    matthew
     

18 Jul, 2014

4 commits


17 Jul, 2014

2 commits


16 Jul, 2014

2 commits


12 Jul, 2014

1 commit


11 Jul, 2014

2 commits


08 Jul, 2014

1 commit


07 Jul, 2014

5 commits


05 Jul, 2014

1 commit


04 Jul, 2014

1 commit


03 Jul, 2014

1 commit

  • The bug found by Mark was resolved by Guillaume. (Thanks!) This simple fix consists to get parameters request +before+ doing a get on the inputstream's request (otherwise it interfers with the execution.) A line was added to the HandlerServlet to solve that.
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@333 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    violette
     

01 Jul, 2014

1 commit

  • Remove or hide Servlet/Filter integration since it complicates the configuration model
    Consider merging SAML federation support into single OpenIG application
    
    - openig-core pom file : removed <packaging>jar</packaging> as jar is default packaging.
    - HandlerServlet.java : modified as the wrapped servlet may have already committed its response w/o creating the OpenIG response. 
    (see comment for support 94-95)
    - openig-federation-war renamed to openig-saml.
      -> FederationServlet and FederationServletAdapter added in new package org.forgerock.openig.handler.saml
    - openig-saml pom file : removed <packaging>jar</packaging> as jar is default packaging. (was a war before)
    - openig-war pom file : removed dependencies on assertj, testng, javax.servlet. Added new dependency on the openig-saml's jar. 
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@326 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    violette
     

30 Jun, 2014

1 commit