01 Jul, 2015

2 commits


29 Jun, 2015

10 commits


26 Jun, 2015

3 commits

  • git-svn-id: https://svn.forgerock.org/openig/trunk@1060 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark
     
  • This patch works around checkstyle pending a fix for COMMONS -32.
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@1059 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    mark
     
  • 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
     

24 Jun, 2015

1 commit


22 Jun, 2015

1 commit


18 Jun, 2015

10 commits


17 Jun, 2015

4 commits


16 Jun, 2015

1 commit

  • The NPE was caused because since r1010, there is no more any reference to the
    `HttpServletRequest` and `HttpServletResponse` objects provided by the web
    container (was done to prevent context serialization issues).
    
    This new version of the fix now ensure that we place the servlet objects at the
    right place (directly in the `Exchange`, where the message capture code is
    intentionally excluding them from the capture) so that the `SamlFederationHandler`
    can still get theses references.
    
    We're also removing the content of the `httpContext.getAttributes()` Map so that
    the message capture mechanism (when capturing the contexts) will not try to
    serialize theses objects (because we know that it's failing right now).
    
    git-svn-id: https://svn.forgerock.org/openig/trunk@1041 dbb9e58e-28e6-4ce0-90e8-f11d9605b710
    guillaume.sauthier
     

15 Jun, 2015

4 commits


12 Jun, 2015

1 commit


11 Jun, 2015

3 commits