Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix infinite redirect loop. #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Mar 29, 2013

  1. Fix infinite redirect loop.

    Handle the edge case where gateway-ing is enabled, the upstream CAS
    session has expired but the client still sends a MOD_AUTH_CAS cookie.
    
    If we redirect to the CAS server with a query string of
    "service=request_uri&gateway=true", we'd create an infinite loop.
    
    See https://issues.jasig.org/browse/MAS-52
    bnoordhuis committed Mar 29, 2013
    Configuration menu
    Copy the full SHA
    610006d View commit details
    Browse the repository at this point in the history