@ -72,7 +69,7 @@ public class ConcurrentSessionFilterTests extends TestCase {
@@ -72,7 +69,7 @@ public class ConcurrentSessionFilterTests extends TestCase {
// Setup our expectation that the filter chain will not be invoked, as we redirect to expiredUrl
MockFilterChainchain=newMockFilterChain(false);
@ -122,7 +119,7 @@ public class ConcurrentSessionFilterTests extends TestCase {
@@ -122,7 +119,7 @@ public class ConcurrentSessionFilterTests extends TestCase {
@ -154,7 +146,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -154,7 +146,7 @@ public class AbstractProcessingFilterTests extends TestCase {
// Setup our expectation that the filter chain will not be invoked, as we redirect to authenticationFailureUrl
MockFilterChainchain=newMockFilterChain(false);
@ -194,7 +186,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -194,7 +186,7 @@ public class AbstractProcessingFilterTests extends TestCase {
// Setup our expectation that the filter chain will not be invoked, as we redirect to defaultTargetUrl
MockFilterChainchain=newMockFilterChain(false);
@ -242,7 +234,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -242,7 +234,7 @@ public class AbstractProcessingFilterTests extends TestCase {
// Setup our expectation that the filter chain will be invoked, as our request is for a page the filter isn't monitoring
MockFilterChainchain=newMockFilterChain(true);
@ -261,7 +253,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -261,7 +253,7 @@ public class AbstractProcessingFilterTests extends TestCase {
// Setup our expectation that the filter chain will not be invoked, as we redirect to defaultTargetUrl
MockFilterChainchain=newMockFilterChain(false);
@ -349,7 +341,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -349,7 +341,7 @@ public class AbstractProcessingFilterTests extends TestCase {
// Setup our expectation that the filter chain will not be invoked, as we redirect to defaultTargetUrl
MockFilterChainchain=newMockFilterChain(false);
@ -389,7 +381,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -389,7 +381,7 @@ public class AbstractProcessingFilterTests extends TestCase {
// Setup our expectation that the filter chain will be invoked, as we want to go to the location requested in the session
MockFilterChainchain=newMockFilterChain(true);
@ -416,7 +408,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -416,7 +408,7 @@ public class AbstractProcessingFilterTests extends TestCase {