SEC-654: Made ConfigAttributeDefinition immutable, added several constructors to simplify its use. Removed MethodDefinitionMapping and FilterInvocationDefinitionMapping.
@ -67,53 +116,27 @@ public class ConfigAttributeDefinition implements Serializable {
@@ -67,53 +116,27 @@ public class ConfigAttributeDefinition implements Serializable {
@ -32,17 +34,11 @@ public class ConfigAttributeEditor extends PropertyEditorSupport {
@@ -32,17 +34,11 @@ public class ConfigAttributeEditor extends PropertyEditorSupport {
@ -71,7 +71,7 @@ public class AclEntryAfterInvocationCollectionFilteringProvider extends Abstract
@@ -71,7 +71,7 @@ public class AclEntryAfterInvocationCollectionFilteringProvider extends Abstract
@ -70,7 +70,7 @@ public class AclEntryAfterInvocationProvider extends AbstractAclProvider impleme
@@ -70,7 +70,7 @@ public class AclEntryAfterInvocationProvider extends AbstractAclProvider impleme
@ -92,7 +92,7 @@ public class BasicAclEntryAfterInvocationCollectionFilteringProvider implements
@@ -92,7 +92,7 @@ public class BasicAclEntryAfterInvocationCollectionFilteringProvider implements
@ -90,7 +90,7 @@ public class BasicAclEntryAfterInvocationProvider implements AfterInvocationProv
@@ -90,7 +90,7 @@ public class BasicAclEntryAfterInvocationProvider implements AfterInvocationProv
@ -86,7 +86,7 @@ public abstract class CaptchaChannelProcessorTemplate implements ChannelProcesso
@@ -86,7 +86,7 @@ public abstract class CaptchaChannelProcessorTemplate implements ChannelProcesso
@ -224,7 +224,7 @@ public abstract class AbstractSecurityInterceptor implements InitializingBean, A
@@ -224,7 +224,7 @@ public abstract class AbstractSecurityInterceptor implements InitializingBean, A
@ -56,21 +58,17 @@ public class MethodDefinitionAttributes extends AbstractMethodDefinitionSource {
@@ -56,21 +58,17 @@ public class MethodDefinitionAttributes extends AbstractMethodDefinitionSource {
@ -80,7 +78,7 @@ public class MethodDefinitionAttributes extends AbstractMethodDefinitionSource {
@@ -80,7 +78,7 @@ public class MethodDefinitionAttributes extends AbstractMethodDefinitionSource {
@ -96,7 +94,7 @@ public class MethodDefinitionAttributes extends AbstractMethodDefinitionSource {
@@ -96,7 +94,7 @@ public class MethodDefinitionAttributes extends AbstractMethodDefinitionSource {
@ -110,27 +108,26 @@ public class MethodDefinitionAttributes extends AbstractMethodDefinitionSource {
@@ -110,27 +108,26 @@ public class MethodDefinitionAttributes extends AbstractMethodDefinitionSource {
@ -64,6 +63,22 @@ public class MethodDefinitionMap extends AbstractMethodDefinitionSource {
@@ -64,6 +63,22 @@ public class MethodDefinitionMap extends AbstractMethodDefinitionSource {
@ -192,11 +207,10 @@ public class MethodDefinitionMap extends AbstractMethodDefinitionSource {
@@ -192,11 +207,10 @@ public class MethodDefinitionMap extends AbstractMethodDefinitionSource {
@ -209,50 +223,25 @@ public class MethodDefinitionMap extends AbstractMethodDefinitionSource {
@@ -209,50 +223,25 @@ public class MethodDefinitionMap extends AbstractMethodDefinitionSource {
@ -44,38 +48,29 @@ public class MethodDefinitionSourceEditor extends PropertyEditorSupport {
@@ -44,38 +48,29 @@ public class MethodDefinitionSourceEditor extends PropertyEditorSupport {
@ -79,6 +79,17 @@ public class DefaultFilterInvocationDefinitionSource implements FilterInvocation
@@ -79,6 +79,17 @@ public class DefaultFilterInvocationDefinitionSource implements FilterInvocation
@ -212,31 +223,6 @@ public class DefaultFilterInvocationDefinitionSource implements FilterInvocation
@@ -212,31 +223,6 @@ public class DefaultFilterInvocationDefinitionSource implements FilterInvocation
@ -85,29 +85,11 @@ public class FilterInvocationDefinitionSourceEditor extends PropertyEditorSuppor
@@ -85,29 +85,11 @@ public class FilterInvocationDefinitionSourceEditor extends PropertyEditorSuppor
@ -183,19 +165,33 @@ public class FilterInvocationDefinitionSourceEditor extends PropertyEditorSuppor
@@ -183,19 +165,33 @@ public class FilterInvocationDefinitionSourceEditor extends PropertyEditorSuppor
@ -68,7 +68,7 @@ public class ChannelDecisionManagerImpl implements ChannelDecisionManager, Initi
@@ -68,7 +68,7 @@ public class ChannelDecisionManagerImpl implements ChannelDecisionManager, Initi
@ -81,7 +81,7 @@ public class ChannelProcessingFilter extends SpringSecurityFilter implements Ini
@@ -81,7 +81,7 @@ public class ChannelProcessingFilter extends SpringSecurityFilter implements Ini
@ -61,7 +61,7 @@ public class InsecureChannelProcessor implements InitializingBean, ChannelProces
@@ -61,7 +61,7 @@ public class InsecureChannelProcessor implements InitializingBean, ChannelProces
thrownewIllegalArgumentException("Nulls cannot be provided");
@ -59,7 +59,7 @@ public class SecureChannelProcessor implements InitializingBean, ChannelProcesso
@@ -59,7 +59,7 @@ public class SecureChannelProcessor implements InitializingBean, ChannelProcesso
throwsIOException,ServletException{
Assert.isTrue((invocation!=null)&&(config!=null),"Nulls cannot be provided");
@ -87,7 +87,7 @@ public class AuthenticatedVoter implements AccessDecisionVoter {
@@ -87,7 +87,7 @@ public class AuthenticatedVoter implements AccessDecisionVoter {
@ -182,7 +182,7 @@ public class LabelBasedAclVoter extends AbstractAclVoter {
@@ -182,7 +182,7 @@ public class LabelBasedAclVoter extends AbstractAclVoter {
@ -267,27 +267,15 @@ public class LabelBasedAclVoter extends AbstractAclVoter {
@@ -267,27 +267,15 @@ public class LabelBasedAclVoter extends AbstractAclVoter {
@ -32,8 +33,9 @@ public class UnanimousBased extends AbstractAccessDecisionManager {
@@ -32,8 +33,9 @@ public class UnanimousBased extends AbstractAccessDecisionManager {
@ -46,21 +48,22 @@ public class UnanimousBased extends AbstractAccessDecisionManager {
@@ -46,21 +48,22 @@ public class UnanimousBased extends AbstractAccessDecisionManager {
@ -40,20 +42,12 @@ public class ConfigAttributeEditorTests extends TestCase {
@@ -40,20 +42,12 @@ public class ConfigAttributeEditorTests extends TestCase {
@ -63,7 +57,7 @@ public class ConfigAttributeEditorTests extends TestCase {
@@ -63,7 +57,7 @@ public class ConfigAttributeEditorTests extends TestCase {
@ -79,46 +73,31 @@ public class ConfigAttributeEditorTests extends TestCase {
@@ -79,46 +73,31 @@ public class ConfigAttributeEditorTests extends TestCase {
@ -134,7 +113,7 @@ public class ConfigAttributeEditorTests extends TestCase {
@@ -134,7 +113,7 @@ public class ConfigAttributeEditorTests extends TestCase {
@ -30,7 +30,7 @@ public class MockAccessDecisionManager implements AccessDecisionManager {
@@ -30,7 +30,7 @@ public class MockAccessDecisionManager implements AccessDecisionManager {
@ -29,7 +29,7 @@ public class MockAfterInvocationManager implements AfterInvocationManager {
@@ -29,7 +29,7 @@ public class MockAfterInvocationManager implements AfterInvocationManager {
@ -70,21 +70,11 @@ public class AfterInvocationProviderManagerTests extends TestCase {
@@ -70,21 +70,11 @@ public class AfterInvocationProviderManagerTests extends TestCase {
@ -54,14 +52,6 @@ public class BasicAclEntryAfterInvocationCollectionFilteringProviderTests extend
@@ -54,14 +52,6 @@ public class BasicAclEntryAfterInvocationCollectionFilteringProviderTests extend
// Create an AclManager, granting scott only ADMINISTRATION rights
@ -83,8 +73,7 @@ public class BasicAclEntryAfterInvocationCollectionFilteringProviderTests extend
@@ -83,8 +73,7 @@ public class BasicAclEntryAfterInvocationCollectionFilteringProviderTests extend
// Create the Authentication and Config Attribs we'll be presenting
@ -117,8 +106,7 @@ public class BasicAclEntryAfterInvocationCollectionFilteringProviderTests extend
@@ -117,8 +106,7 @@ public class BasicAclEntryAfterInvocationCollectionFilteringProviderTests extend
// Create the Authentication and Config Attribs we'll be presenting
@ -152,8 +140,7 @@ public class BasicAclEntryAfterInvocationCollectionFilteringProviderTests extend
@@ -152,8 +140,7 @@ public class BasicAclEntryAfterInvocationCollectionFilteringProviderTests extend
// Create the Authentication and Config Attribs we'll be presenting
@ -188,8 +175,7 @@ public class BasicAclEntryAfterInvocationCollectionFilteringProviderTests extend
@@ -188,8 +175,7 @@ public class BasicAclEntryAfterInvocationCollectionFilteringProviderTests extend
// Create the Authentication and Config Attribs we'll be presenting
@ -215,8 +201,7 @@ public class BasicAclEntryAfterInvocationCollectionFilteringProviderTests extend
@@ -215,8 +201,7 @@ public class BasicAclEntryAfterInvocationCollectionFilteringProviderTests extend
// Create the Authentication and Config Attribs we'll be presenting
@ -244,8 +229,7 @@ public class BasicAclEntryAfterInvocationCollectionFilteringProviderTests extend
@@ -244,8 +229,7 @@ public class BasicAclEntryAfterInvocationCollectionFilteringProviderTests extend
// Create the Authentication and Config Attribs we'll be presenting
@ -253,8 +237,7 @@ public class BasicAclEntryAfterInvocationCollectionFilteringProviderTests extend
@@ -253,8 +237,7 @@ public class BasicAclEntryAfterInvocationCollectionFilteringProviderTests extend
@ -279,14 +262,14 @@ public class BasicAclEntryAfterInvocationCollectionFilteringProviderTests extend
@@ -279,14 +262,14 @@ public class BasicAclEntryAfterInvocationCollectionFilteringProviderTests extend
// Create the Authentication and Config Attribs we'll be presenting
@ -320,8 +303,7 @@ public class BasicAclEntryAfterInvocationCollectionFilteringProviderTests extend
@@ -320,8 +303,7 @@ public class BasicAclEntryAfterInvocationCollectionFilteringProviderTests extend
// Create the Authentication and Config Attribs we'll be presenting
@ -73,8 +54,7 @@ public class BasicAclEntryAfterInvocationProviderTests extends TestCase {
@@ -73,8 +54,7 @@ public class BasicAclEntryAfterInvocationProviderTests extends TestCase {
// Create the Authentication and Config Attribs we'll be presenting
@ -88,11 +68,11 @@ public class BasicAclEntryAfterInvocationProviderTests extends TestCase {
@@ -88,11 +68,11 @@ public class BasicAclEntryAfterInvocationProviderTests extends TestCase {
@ -101,8 +81,7 @@ public class BasicAclEntryAfterInvocationProviderTests extends TestCase {
@@ -101,8 +81,7 @@ public class BasicAclEntryAfterInvocationProviderTests extends TestCase {
// Create the Authentication and Config Attribs we'll be presenting
@ -116,11 +95,11 @@ public class BasicAclEntryAfterInvocationProviderTests extends TestCase {
@@ -116,11 +95,11 @@ public class BasicAclEntryAfterInvocationProviderTests extends TestCase {
@ -130,8 +109,7 @@ public class BasicAclEntryAfterInvocationProviderTests extends TestCase {
@@ -130,8 +109,7 @@ public class BasicAclEntryAfterInvocationProviderTests extends TestCase {
// Create the Authentication and Config Attribs we'll be presenting
@ -141,11 +119,11 @@ public class BasicAclEntryAfterInvocationProviderTests extends TestCase {
@@ -141,11 +119,11 @@ public class BasicAclEntryAfterInvocationProviderTests extends TestCase {
@ -154,8 +132,7 @@ public class BasicAclEntryAfterInvocationProviderTests extends TestCase {
@@ -154,8 +132,7 @@ public class BasicAclEntryAfterInvocationProviderTests extends TestCase {
// Create the Authentication and Config Attribs we'll be presenting
@ -165,9 +142,9 @@ public class BasicAclEntryAfterInvocationProviderTests extends TestCase {
@@ -165,9 +142,9 @@ public class BasicAclEntryAfterInvocationProviderTests extends TestCase {
@ -179,14 +156,13 @@ public class BasicAclEntryAfterInvocationProviderTests extends TestCase {
@@ -179,14 +156,13 @@ public class BasicAclEntryAfterInvocationProviderTests extends TestCase {
// Create the Authentication and Config Attribs we'll be presenting
@ -194,22 +170,21 @@ public class BasicAclEntryAfterInvocationProviderTests extends TestCase {
@@ -194,22 +170,21 @@ public class BasicAclEntryAfterInvocationProviderTests extends TestCase {
@ -68,8 +68,7 @@ public class CaptchaChannelProcessorTemplateTests extends TestCase {
@@ -68,8 +68,7 @@ public class CaptchaChannelProcessorTemplateTests extends TestCase {
@ -135,9 +134,7 @@ public class CaptchaChannelProcessorTemplateTests extends TestCase {
@@ -135,9 +134,7 @@ public class CaptchaChannelProcessorTemplateTests extends TestCase {
@ -42,13 +42,9 @@ public class AuthenticationCredentialsNotFoundEventTests extends TestCase {
@@ -42,13 +42,9 @@ public class AuthenticationCredentialsNotFoundEventTests extends TestCase {
fail("Should have thrown IllegalArgumentException");
}catch(IllegalArgumentExceptionexpected){
@ -64,7 +60,7 @@ public class AuthenticationCredentialsNotFoundEventTests extends TestCase {
@@ -64,7 +60,7 @@ public class AuthenticationCredentialsNotFoundEventTests extends TestCase {
@ -52,7 +52,7 @@ public class AuthorizationFailureEventTests extends TestCase {
@@ -52,7 +52,7 @@ public class AuthorizationFailureEventTests extends TestCase {
fail("Should have thrown IllegalArgumentException");
}catch(IllegalArgumentExceptionexpected){
@ -68,7 +68,7 @@ public class AuthorizationFailureEventTests extends TestCase {
@@ -68,7 +68,7 @@ public class AuthorizationFailureEventTests extends TestCase {
fail("Should have thrown IllegalArgumentException");
}catch(IllegalArgumentExceptionexpected){
@ -76,7 +76,7 @@ public class AuthorizationFailureEventTests extends TestCase {
@@ -76,7 +76,7 @@ public class AuthorizationFailureEventTests extends TestCase {
@ -46,10 +46,6 @@ public class InterceptorStatusTokenTests extends TestCase {
@@ -46,10 +46,6 @@ public class InterceptorStatusTokenTests extends TestCase {
@ -62,9 +58,7 @@ public class InterceptorStatusTokenTests extends TestCase {
@@ -62,9 +58,7 @@ public class InterceptorStatusTokenTests extends TestCase {
@ -71,7 +71,8 @@ public class MethodDefinitionAttributesTests extends TestCase {
@@ -71,7 +71,8 @@ public class MethodDefinitionAttributesTests extends TestCase {
@ -96,8 +97,7 @@ public class MethodDefinitionAttributesTests extends TestCase {
@@ -96,8 +97,7 @@ public class MethodDefinitionAttributesTests extends TestCase {
@ -190,8 +190,7 @@ public class MethodDefinitionAttributesTests extends TestCase {
@@ -190,8 +190,7 @@ public class MethodDefinitionAttributesTests extends TestCase {
@ -219,7 +218,7 @@ public class MethodDefinitionAttributesTests extends TestCase {
@@ -219,7 +218,7 @@ public class MethodDefinitionAttributesTests extends TestCase {
@ -64,10 +64,8 @@ public class MethodDefinitionSourceEditorTests extends TestCase {
@@ -64,10 +64,8 @@ public class MethodDefinitionSourceEditorTests extends TestCase {
@ -115,15 +113,13 @@ public class MethodDefinitionSourceEditorTests extends TestCase {
@@ -115,15 +113,13 @@ public class MethodDefinitionSourceEditorTests extends TestCase {
@ -171,20 +167,17 @@ public class MethodDefinitionSourceEditorTests extends TestCase {
@@ -171,20 +167,17 @@ public class MethodDefinitionSourceEditorTests extends TestCase {
@ -215,10 +208,8 @@ public class MethodDefinitionSourceEditorTests extends TestCase {
@@ -215,10 +208,8 @@ public class MethodDefinitionSourceEditorTests extends TestCase {
@ -43,34 +42,23 @@ public class MockMethodDefinitionSource extends AbstractMethodDefinitionSource {
@@ -43,34 +42,23 @@ public class MockMethodDefinitionSource extends AbstractMethodDefinitionSource {
@ -52,8 +52,7 @@ public class DefaultFilterInvocationDefinitionSourceTests {
@@ -52,8 +52,7 @@ public class DefaultFilterInvocationDefinitionSourceTests {
@ -67,8 +66,7 @@ public class DefaultFilterInvocationDefinitionSourceTests {
@@ -67,8 +66,7 @@ public class DefaultFilterInvocationDefinitionSourceTests {
@ -81,8 +79,7 @@ public class DefaultFilterInvocationDefinitionSourceTests {
@@ -81,8 +79,7 @@ public class DefaultFilterInvocationDefinitionSourceTests {
@ -94,8 +91,7 @@ public class DefaultFilterInvocationDefinitionSourceTests {
@@ -94,8 +91,7 @@ public class DefaultFilterInvocationDefinitionSourceTests {
@ -106,8 +102,7 @@ public class DefaultFilterInvocationDefinitionSourceTests {
@@ -106,8 +102,7 @@ public class DefaultFilterInvocationDefinitionSourceTests {
@ -118,15 +113,13 @@ public class DefaultFilterInvocationDefinitionSourceTests {
@@ -118,15 +113,13 @@ public class DefaultFilterInvocationDefinitionSourceTests {
@ -136,8 +129,7 @@ public class DefaultFilterInvocationDefinitionSourceTests {
@@ -136,8 +129,7 @@ public class DefaultFilterInvocationDefinitionSourceTests {
@ -147,15 +139,11 @@ public class DefaultFilterInvocationDefinitionSourceTests {
@@ -147,15 +139,11 @@ public class DefaultFilterInvocationDefinitionSourceTests {
@Test
publicvoidhttpMethodSpecificUrlTakesPrecedence(){
// Even though this is added before the method-specific def, the latter should match
@ -168,8 +156,7 @@ public class DefaultFilterInvocationDefinitionSourceTests {
@@ -168,8 +156,7 @@ public class DefaultFilterInvocationDefinitionSourceTests {
@ -201,9 +201,8 @@ public class FilterInvocationDefinitionSourceEditorTests extends TestCase {
@@ -201,9 +201,8 @@ public class FilterInvocationDefinitionSourceEditorTests extends TestCase {
@ -220,10 +219,7 @@ public class FilterInvocationDefinitionSourceEditorTests extends TestCase {
@@ -220,10 +219,7 @@ public class FilterInvocationDefinitionSourceEditorTests extends TestCase {
@ -239,10 +235,7 @@ public class FilterInvocationDefinitionSourceEditorTests extends TestCase {
@@ -239,10 +235,7 @@ public class FilterInvocationDefinitionSourceEditorTests extends TestCase {
@ -258,10 +251,7 @@ public class FilterInvocationDefinitionSourceEditorTests extends TestCase {
@@ -258,10 +251,7 @@ public class FilterInvocationDefinitionSourceEditorTests extends TestCase {
@ -305,10 +295,7 @@ public class FilterInvocationDefinitionSourceEditorTests extends TestCase {
@@ -305,10 +295,7 @@ public class FilterInvocationDefinitionSourceEditorTests extends TestCase {
@ -147,9 +148,7 @@ public class FilterSecurityInterceptorTests extends TestCase {
@@ -147,9 +148,7 @@ public class FilterSecurityInterceptorTests extends TestCase {
@ -202,9 +201,7 @@ public class FilterSecurityInterceptorTests extends TestCase {
@@ -202,9 +201,7 @@ public class FilterSecurityInterceptorTests extends TestCase {
@ -227,19 +224,12 @@ public class FilterSecurityInterceptorTests extends TestCase {
@@ -227,19 +224,12 @@ public class FilterSecurityInterceptorTests extends TestCase {
@ -43,26 +43,19 @@ public class MockFilterInvocationDefinitionSource extends DefaultFilterInvocatio
@@ -43,26 +43,19 @@ public class MockFilterInvocationDefinitionSource extends DefaultFilterInvocatio
@ -95,8 +95,7 @@ public class ChannelDecisionManagerImplTests extends TestCase {
@@ -95,8 +95,7 @@ public class ChannelDecisionManagerImplTests extends TestCase {
@ -115,9 +114,7 @@ public class ChannelDecisionManagerImplTests extends TestCase {
@@ -115,9 +114,7 @@ public class ChannelDecisionManagerImplTests extends TestCase {
@ -138,8 +135,7 @@ public class ChannelDecisionManagerImplTests extends TestCase {
@@ -138,8 +135,7 @@ public class ChannelDecisionManagerImplTests extends TestCase {
@ -198,7 +194,7 @@ public class ChannelDecisionManagerImplTests extends TestCase {
@@ -198,7 +194,7 @@ public class ChannelDecisionManagerImplTests extends TestCase {
@ -52,9 +52,7 @@ public class ChannelProcessingFilterTests extends TestCase {
@@ -52,9 +52,7 @@ public class ChannelProcessingFilterTests extends TestCase {
@ -83,8 +81,7 @@ public class ChannelProcessingFilterTests extends TestCase {
@@ -83,8 +81,7 @@ public class ChannelProcessingFilterTests extends TestCase {
@ -99,10 +96,7 @@ public class ChannelProcessingFilterTests extends TestCase {
@@ -99,10 +96,7 @@ public class ChannelProcessingFilterTests extends TestCase {
@ -120,8 +114,7 @@ public class ChannelProcessingFilterTests extends TestCase {
@@ -120,8 +114,7 @@ public class ChannelProcessingFilterTests extends TestCase {
@ -143,8 +136,7 @@ public class ChannelProcessingFilterTests extends TestCase {
@@ -143,8 +136,7 @@ public class ChannelProcessingFilterTests extends TestCase {
@ -166,8 +158,7 @@ public class ChannelProcessingFilterTests extends TestCase {
@@ -166,8 +158,7 @@ public class ChannelProcessingFilterTests extends TestCase {
@ -211,8 +202,7 @@ public class ChannelProcessingFilterTests extends TestCase {
@@ -211,8 +202,7 @@ public class ChannelProcessingFilterTests extends TestCase {
@ -45,9 +45,7 @@ public class InsecureChannelProcessorTests extends TestCase {
@@ -45,9 +45,7 @@ public class InsecureChannelProcessorTests extends TestCase {
@ -69,9 +67,7 @@ public class InsecureChannelProcessorTests extends TestCase {
@@ -69,9 +67,7 @@ public class InsecureChannelProcessorTests extends TestCase {
@ -68,11 +58,8 @@ public class SecureChannelProcessorTests extends TestCase {
@@ -68,11 +58,8 @@ public class SecureChannelProcessorTests extends TestCase {
@ -206,30 +205,29 @@ public class BasicAclEntryVoterTests extends TestCase {
@@ -206,30 +205,29 @@ public class BasicAclEntryVoterTests extends TestCase {
@ -239,30 +237,29 @@ public class BasicAclEntryVoterTests extends TestCase {
@@ -239,30 +237,29 @@ public class BasicAclEntryVoterTests extends TestCase {
@ -272,29 +269,28 @@ public class BasicAclEntryVoterTests extends TestCase {
@@ -272,29 +269,28 @@ public class BasicAclEntryVoterTests extends TestCase {
@ -304,30 +300,29 @@ public class BasicAclEntryVoterTests extends TestCase {
@@ -304,30 +300,29 @@ public class BasicAclEntryVoterTests extends TestCase {
@ -337,33 +332,32 @@ public class BasicAclEntryVoterTests extends TestCase {
@@ -337,33 +332,32 @@ public class BasicAclEntryVoterTests extends TestCase {
@ -373,25 +367,24 @@ public class BasicAclEntryVoterTests extends TestCase {
@@ -373,25 +367,24 @@ public class BasicAclEntryVoterTests extends TestCase {
// Setup a MockMethodInvocation, so voter can retrieve domainObject
// (well actually it will access domainObject.getParent())
@ -412,30 +405,29 @@ public class BasicAclEntryVoterTests extends TestCase {
@@ -412,30 +405,29 @@ public class BasicAclEntryVoterTests extends TestCase {
@ -52,7 +52,7 @@ public class DenyAgainVoter implements AccessDecisionVoter {
@@ -52,7 +52,7 @@ public class DenyAgainVoter implements AccessDecisionVoter {