@ -86,12 +99,10 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -86,12 +99,10 @@ public class AbstractProcessingFilterTests extends TestCase {
// Setup our expectation that the filter chain will not be invoked, as we redirect to authenticationFailureUrl
MockFilterChainchain=newMockFilterChain(false);
@ -105,7 +116,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -105,7 +116,7 @@ public class AbstractProcessingFilterTests extends TestCase {
//Prepare again, this time using the exception mapping
@ -117,25 +128,25 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -117,25 +128,25 @@ public class AbstractProcessingFilterTests extends TestCase {
// Setup our expectation that the filter chain will not be invoked, as we redirect to defaultTargetUrl
MockFilterChainchain=newMockFilterChain(false);
@ -149,7 +160,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -149,7 +160,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -182,12 +193,12 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -182,12 +193,12 @@ 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);
@ -204,12 +215,10 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -204,12 +215,10 @@ public class AbstractProcessingFilterTests extends TestCase {
// Setup our expectation that the filter chain will not be invoked, as we redirect to defaultTargetUrl
MockFilterChainchain=newMockFilterChain(false);
@ -226,7 +235,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -226,7 +235,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -301,12 +310,10 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -301,12 +310,10 @@ public class AbstractProcessingFilterTests extends TestCase {
// Setup our expectation that the filter chain will not be invoked, as we redirect to defaultTargetUrl
MockFilterChainchain=newMockFilterChain(false);
@ -320,7 +327,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -320,7 +327,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -346,14 +353,12 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -346,14 +353,12 @@ 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);
@ -370,21 +375,19 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -370,21 +375,19 @@ 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);
@ -397,7 +400,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -397,7 +400,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -419,6 +422,17 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -419,6 +422,17 @@ public class AbstractProcessingFilterTests extends TestCase {