SEC-1202: Removed SpringSecurityFilter and replaced with use of GenericFilterBean from spring-web
This commit is contained in:
@@ -48,7 +48,6 @@ public class CasProcessingFilterTests extends TestCase {
|
||||
|
||||
CasProcessingFilter filter = new CasProcessingFilter();
|
||||
filter.setAuthenticationManager(authMgr);
|
||||
filter.init(null);
|
||||
|
||||
Authentication result = filter.attemptAuthentication(request, new MockHttpServletResponse());
|
||||
assertTrue(result != null);
|
||||
@@ -62,7 +61,6 @@ public class CasProcessingFilterTests extends TestCase {
|
||||
|
||||
CasProcessingFilter filter = new CasProcessingFilter();
|
||||
filter.setAuthenticationManager(authMgr);
|
||||
filter.init(null);
|
||||
|
||||
try {
|
||||
filter.attemptAuthentication(request, new MockHttpServletResponse());
|
||||
|
||||
Reference in New Issue
Block a user