13 Jun, 2014

2 commits


10 Jun, 2014

3 commits


06 Jun, 2014

2 commits


04 Jun, 2014

2 commits


03 Jun, 2014

1 commit


02 Jun, 2014

9 commits


28 May, 2014

1 commit


27 May, 2014

3 commits


23 May, 2014

1 commit


22 May, 2014

3 commits


21 May, 2014

1 commit

  • - Added unit tests for the ConnectionHeader.
    - Fixed CookieHeaderTest, LocationHeaderTest.
    - Small code cleanup.
    
    ** ConnectionHeader.java
    - Added getter to tokens => Modified HttpClient.java.
    
    
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@188 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    violette
     

20 May, 2014

3 commits


19 May, 2014

1 commit


18 May, 2014

1 commit


15 May, 2014

1 commit

  • * Removed all @author tags
    * Fixed trailing lines, too long lines, unchecked exceptions
    * Fixed indent errors
    * Fixed some javadoc errors (wrong html tags, ...)
    * Updated some copyright header that were badly formatted
    * Added some private default constructors and made some utility class 'final'
    * Fixed all errors in test classes
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@179 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    guillaume.sauthier
     

28 Apr, 2014

1 commit


23 Apr, 2014

2 commits


22 Apr, 2014

1 commit


16 Apr, 2014

1 commit

  • * use GroovyScriptEngine for its dynamic reloading capabilities
    * use a bootstrap Groovy script to add meta-class information to the engine (accidentally committed in r169)
    * custom Groovy scripts should be located in ".openig/scripts/groovy".
    
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@171 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    matthew
     

10 Apr, 2014

1 commit

  • * see issue for more details
    * factored out script compilation to Scripts class to make migration to commons scripting a little easier
    * at the moment scripts specified using relative path names will be located based on the application's current working directory, rather than the instance root. This will be addressed in OPENIG-72.
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@166 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    matthew