@ -118,11 +117,8 @@ public class ContextPropagatingRemoteInvocation extends RemoteInvocation {
@@ -118,11 +117,8 @@ public class ContextPropagatingRemoteInvocation extends RemoteInvocation {
@ -51,15 +51,53 @@ public class ContextPropagatingRemoteInvocationTests extends TestCase {
@@ -51,15 +51,53 @@ public class ContextPropagatingRemoteInvocationTests extends TestCase {
@ -84,40 +122,4 @@ public class ContextPropagatingRemoteInvocationTests extends TestCase {
@@ -84,40 +122,4 @@ public class ContextPropagatingRemoteInvocationTests extends TestCase {
@ -64,14 +67,14 @@ public class FilterSecurityInterceptorTests extends TestCase {
@@ -64,14 +67,14 @@ public class FilterSecurityInterceptorTests extends TestCase {
@ -145,7 +148,8 @@ public class FilterSecurityInterceptorTests extends TestCase {
@@ -145,7 +148,8 @@ public class FilterSecurityInterceptorTests extends TestCase {
@ -197,6 +201,7 @@ public class FilterSecurityInterceptorTests extends TestCase {
@@ -197,6 +201,7 @@ public class FilterSecurityInterceptorTests extends TestCase {
@ -204,7 +209,8 @@ public class FilterSecurityInterceptorTests extends TestCase {
@@ -204,7 +209,8 @@ public class FilterSecurityInterceptorTests extends TestCase {
@ -41,14 +40,14 @@ public class TestingAuthenticationTokenTests extends TestCase {
@@ -41,14 +40,14 @@ public class TestingAuthenticationTokenTests extends TestCase {
@ -72,7 +71,7 @@ public class TestingAuthenticationTokenTests extends TestCase {
@@ -72,7 +71,7 @@ public class TestingAuthenticationTokenTests extends TestCase {
@ -45,14 +45,14 @@ public class AnonymousAuthenticationTokenTests extends TestCase {
@@ -45,14 +45,14 @@ public class AnonymousAuthenticationTokenTests extends TestCase {
@ -131,7 +131,7 @@ public class AnonymousAuthenticationTokenTests extends TestCase {
@@ -131,7 +131,7 @@ public class AnonymousAuthenticationTokenTests extends TestCase {
@ -53,10 +58,30 @@ public class AnonymousProcessingFilterTests extends TestCase {
@@ -53,10 +58,30 @@ public class AnonymousProcessingFilterTests extends TestCase {
@ -107,7 +132,7 @@ public class AnonymousProcessingFilterTests extends TestCase {
@@ -107,7 +132,7 @@ public class AnonymousProcessingFilterTests extends TestCase {
// Put an Authentication object into the SecurityContextHolder
@ -162,23 +187,7 @@ public class AnonymousProcessingFilterTests extends TestCase {
@@ -162,23 +187,7 @@ public class AnonymousProcessingFilterTests extends TestCase {
@ -45,6 +45,17 @@ public class SecurityContextLoginModuleTests extends TestCase {
@@ -45,6 +45,17 @@ public class SecurityContextLoginModuleTests extends TestCase {
@ -87,9 +98,9 @@ public class SecurityContextLoginModuleTests extends TestCase {
@@ -87,9 +98,9 @@ public class SecurityContextLoginModuleTests extends TestCase {
@ -107,15 +118,4 @@ public class SecurityContextLoginModuleTests extends TestCase {
@@ -107,15 +118,4 @@ public class SecurityContextLoginModuleTests extends TestCase {
@ -41,6 +42,21 @@ public class AuthorizeTagAttributeTests extends TestCase {
@@ -41,6 +42,21 @@ public class AuthorizeTagAttributeTests extends TestCase {
@ -85,19 +101,4 @@ public class AuthorizeTagAttributeTests extends TestCase {
@@ -85,19 +101,4 @@ public class AuthorizeTagAttributeTests extends TestCase {
assertEquals("allows request - principal does not have ROLE_TELLER",
@ -40,6 +41,20 @@ public class AuthorizeTagCustomGrantedAuthorityTests extends TestCase {
@@ -40,6 +41,20 @@ public class AuthorizeTagCustomGrantedAuthorityTests extends TestCase {
@ -50,7 +65,8 @@ public class AuthorizeTagCustomGrantedAuthorityTests extends TestCase {
@@ -50,7 +65,8 @@ public class AuthorizeTagCustomGrantedAuthorityTests extends TestCase {
@ -62,20 +78,6 @@ public class AuthorizeTagCustomGrantedAuthorityTests extends TestCase {
@@ -62,20 +78,6 @@ public class AuthorizeTagCustomGrantedAuthorityTests extends TestCase {
@ -41,6 +42,22 @@ public class AuthorizeTagExpressionLanguageTests extends TestCase {
@@ -41,6 +42,22 @@ public class AuthorizeTagExpressionLanguageTests extends TestCase {
@ -67,20 +84,4 @@ public class AuthorizeTagExpressionLanguageTests extends TestCase {
@@ -67,20 +84,4 @@ public class AuthorizeTagExpressionLanguageTests extends TestCase {
assertEquals("allows body - authority var contains ROLE_TELLER",
@ -66,10 +68,39 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -66,10 +68,39 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -367,7 +398,8 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -367,7 +398,8 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -396,7 +428,8 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -396,7 +428,8 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -417,35 +450,6 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -417,35 +450,6 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -468,10 +472,6 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -468,10 +472,6 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -482,6 +482,10 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -482,6 +482,10 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -68,6 +75,24 @@ public class BasicProcessingFilterTests extends MockObjectTestCase {
@@ -68,6 +75,24 @@ public class BasicProcessingFilterTests extends MockObjectTestCase {
@ -80,7 +105,7 @@ public class BasicProcessingFilterTests extends MockObjectTestCase {
@@ -80,7 +105,7 @@ public class BasicProcessingFilterTests extends MockObjectTestCase {
@ -215,8 +240,8 @@ public class BasicProcessingFilterTests extends MockObjectTestCase {
@@ -215,8 +240,8 @@ public class BasicProcessingFilterTests extends MockObjectTestCase {
fail("Should have thrown IllegalArgumentException");
}catch(IllegalArgumentExceptionexpected){
@ -253,8 +278,8 @@ public class BasicProcessingFilterTests extends MockObjectTestCase {
@@ -253,8 +278,8 @@ public class BasicProcessingFilterTests extends MockObjectTestCase {
request.setSession(newMockHttpSession());
// Test - the filter chain will not be invoked, as we get a 403 forbidden response
@ -270,35 +295,19 @@ public class BasicProcessingFilterTests extends MockObjectTestCase {
@@ -270,35 +295,19 @@ public class BasicProcessingFilterTests extends MockObjectTestCase {
request.setSession(newMockHttpSession());
// Test - the filter chain will not be invoked, as we get a 403 forbidden response
@ -60,19 +68,19 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@@ -60,19 +68,19 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@ -80,6 +88,42 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@@ -80,6 +88,42 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@ -87,11 +131,12 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@@ -87,11 +131,12 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@ -140,18 +185,19 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@@ -140,18 +185,19 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@ -166,7 +212,6 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@@ -166,7 +212,6 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@ -193,8 +238,8 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@@ -193,8 +238,8 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@ -203,8 +248,8 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@@ -203,8 +248,8 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@ -215,14 +260,15 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@@ -215,14 +260,15 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@ -230,18 +276,18 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@@ -230,18 +276,18 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@ -249,18 +295,18 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@@ -249,18 +295,18 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@ -268,18 +314,18 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@@ -268,18 +314,18 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@ -287,11 +333,11 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@@ -287,11 +333,11 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@ -307,9 +353,9 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@@ -307,9 +353,9 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@ -325,7 +371,6 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@@ -325,7 +371,6 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@ -333,37 +378,37 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@@ -333,37 +378,37 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@ -375,14 +420,16 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@@ -375,14 +420,16 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@ -391,7 +438,6 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@@ -391,7 +438,6 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@ -402,15 +448,14 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@@ -402,15 +448,14 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@ -420,8 +465,8 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@@ -420,8 +465,8 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@ -437,8 +482,8 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@@ -437,8 +482,8 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@ -446,49 +491,17 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@@ -446,49 +491,17 @@ public class DigestProcessingFilterTests extends MockObjectTestCase {
@ -60,54 +72,48 @@ public class PasswordPolicyResponseControlTests extends TestCase {
@@ -60,54 +72,48 @@ public class PasswordPolicyResponseControlTests extends TestCase {