03 Aug, 2014

5 commits


01 Aug, 2014

1 commit

  • Notice that the welcome page now uses the Maven property ${welcomeDocUrl}. As mentioned in the POM, for a release build we need to set this to http://docs.forgerock.org/en/openig/${project.version} when building the RC. 
    
    For example:
    
    $ mvn -D'welcomeDocUrl=http://docs.forgerock.org/en/openig/${project.version}/' clean package
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@436 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark
     

31 Jul, 2014

8 commits


30 Jul, 2014

5 commits


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

3 commits