13 Jun, 2014

5 commits


11 Jun, 2014

1 commit


10 Jun, 2014

4 commits


06 Jun, 2014

5 commits


05 Jun, 2014

7 commits


04 Jun, 2014

3 commits


02 Jun, 2014

4 commits


27 May, 2014

2 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

1 commit

  • ** CookieHeader.java, Header.java, LocationHeader.java
    - Fixed javadoc comments (typo)
    - Trivial code cleanup (autorefactor ;) )
    - Added getter to LocationHeader.
    - Added getter to CookieHeader => Modified RequestCookies.
    
    ** Units tests : CookieHeaderTest, LocationHeaderTest
    - As suggested per Guillaume, modified assertions on the cookie header unit tests.
    - Added unit tests to LocationHeader.
    
    
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@185 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    violette
     

19 May, 2014

2 commits


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