My application needs to properly handle deep links when the user is logged into cas but not the application, but this is not working correctly. I can see where the AbstractProcessingFilter.ACEGI_SECURITY_TARGET_URL _KEY is being set in the session, but on the next request (after cas successfully authenticates,) the session value for that key is null in AbstractProcessingFilter.successfulAuthentication( ...)
Am I missing somethig?


