spring-security/cas/src
Rob Winch 3f7f87e19f SEC-1592: Updated CasAuthenticationFilter so that it does not continue FilterChain when handling proxy requests.
The fix moves CommonUtils.readAndRespondToProxyReceptorRequest into CasAuthenticationFilter.attemptAuthentication. This makes sense since
The CAS server is authenticating that the proxy url is valid (i.e. it exists and the SSL handshake succeeds). It also allows the FilterChain
to not be processed by returning a null Authentication.
2011-01-27 09:25:01 -06:00
..
main/java/org/springframework/security/cas SEC-1592: Updated CasAuthenticationFilter so that it does not continue FilterChain when handling proxy requests. 2011-01-27 09:25:01 -06:00
test/java/org/springframework/security/cas SEC-1592: Updated CasAuthenticationFilter so that it does not continue FilterChain when handling proxy requests. 2011-01-27 09:25:01 -06:00