07 Jul, 2015

1 commit


03 Jul, 2015

1 commit

  • git-svn-id: https://svn.forgerock.org/openig/trunk@1076 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark
     

02 Jul, 2015

1 commit


26 Jun, 2015

1 commit

  • This patch (thanks, Guillaume) builds appropriate Javadoc,
    and updates the documentation to match the changed implementation.
    
    It requires the use of -Pforgerock-release when installing
    and building the site in order to build the Javadoc.
    
    This patch also moves openig-doc-samples to openig-doc
    because the module handles both samples and Javadoc.
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@1058 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark
     

18 Jun, 2015

5 commits


15 Jun, 2015

1 commit


12 Jun, 2015

1 commit


11 Jun, 2015

3 commits


26 May, 2015

4 commits


13 May, 2015

1 commit


07 May, 2015

1 commit


03 May, 2015

1 commit


01 May, 2015

2 commits


30 Apr, 2015

1 commit

  • Since we introduce the class Status in forgerock-http-framework, some code's
    modifications have to be done :
    - To get the code of the status we now have to do response.getStatus().getCode()
    into of response.getStatus(). (in the Groovy script or EL expression that means
    we'll have to write response.status.code.
    - Furthermore, the attribute reason in Response does not exist any more, so it
    is not possible anymore to assign a custom reason phrase, as it is set to
    standardized reason phrase through the constants defined in the class Status.
    - Any status code has to be in the range [100,1000[
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@994 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    laurent.vaills
     

27 Apr, 2015

1 commit


25 Apr, 2015

1 commit


23 Apr, 2015

1 commit


16 Apr, 2015

1 commit


24 Mar, 2015

1 commit


23 Mar, 2015

2 commits


06 Mar, 2015

2 commits


25 Feb, 2015

3 commits


17 Feb, 2015

1 commit

  • The type of an Expression is now given at the creation time,
    which means we do not provide it anymore for the evaluation.
    Furthermore, it helps the developper as it knows the expected
    type of an Expression.
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@897 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    laurent.vaills
     

09 Feb, 2015

3 commits