08 Jan, 2014

2 commits


07 Jan, 2014

3 commits


06 Jan, 2014

1 commit

  • Adding extra null check in the version parsing, so it copes with situations
    when the version number cannot be retrieved (like when the external
    configuration store is not available).
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@7682 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     

05 Jan, 2014

1 commit


04 Jan, 2014

2 commits


03 Jan, 2014

1 commit


02 Jan, 2014

3 commits


26 Dec, 2013

1 commit


20 Dec, 2013

1 commit


17 Dec, 2013

1 commit


15 Dec, 2013

1 commit


14 Dec, 2013

1 commit


13 Dec, 2013

1 commit


12 Dec, 2013

1 commit


08 Dec, 2013

1 commit


06 Dec, 2013

1 commit


05 Dec, 2013

4 commits


04 Dec, 2013

3 commits


03 Dec, 2013

1 commit

  • Cleaned up sessions should not have destroyed state, as that can cause
    errors when a reference to a Session object is kept for a longer period of
    time.
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@7416 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     

02 Dec, 2013

1 commit


30 Nov, 2013

1 commit


26 Nov, 2013

1 commit


21 Nov, 2013

1 commit


20 Nov, 2013

3 commits

  • For SAML logins the LoginServlet should detect the authentication session
    from the query string rather than using any existing cookies, that way we
    can make sure that the SAML authentication flow will stay on the server
    that stores the necessary request data to finish the SAML.
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@7351 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     
  • Modified the error handling for the AUTH_RESET scenario, instead of trying
    to redisplay the login page, now we just show an error message.
    Modified the logic in LoginState so if we receive a pcookie from a realm
    where pcookie is disabled, now the login just continues like there was
    no cookie presented at all.
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@7350 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     
  • Did a small cleanup in getOrgParam, but mainly I've removed a very special
    if that only decoded the realm for the new_org page if the encoded
    parameter was set to true.
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@7349 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     

18 Nov, 2013

1 commit


13 Nov, 2013

2 commits