30 Jul, 2014

7 commits


29 Jul, 2014

8 commits


28 Jul, 2014

7 commits


25 Jul, 2014

12 commits


24 Jul, 2014

4 commits


23 Jul, 2014

1 commit


21 Jul, 2014

1 commit

  • * 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