@ -68,8 +64,8 @@ public class MethodDefinitionMap implements MethodDefinitionSource {
@@ -68,8 +64,8 @@ public class MethodDefinitionMap implements MethodDefinitionSource {
logger.info("Adding secure method ["+method+"] with attributes ["
+attr+"]");
logger.info("Adding secure method ["+method+"] with attributes ["+
attr+"]");
this.methodMap.put(method,attr);
}
@ -86,8 +82,8 @@ public class MethodDefinitionMap implements MethodDefinitionSource {
@@ -86,8 +82,8 @@ public class MethodDefinitionMap implements MethodDefinitionSource {
intlastDotIndex=name.lastIndexOf(".");
if(lastDotIndex==-1){
thrownewIllegalArgumentException("'"+name
+"' is not a valid method name: format is FQN.methodName");
thrownewIllegalArgumentException("'"+name+
"' is not a valid method name: format is FQN.methodName");
}
StringclassName=name.substring(0,lastDotIndex);
@ -98,8 +94,8 @@ public class MethodDefinitionMap implements MethodDefinitionSource {
@@ -98,8 +94,8 @@ public class MethodDefinitionMap implements MethodDefinitionSource {
@ -117,24 +113,22 @@ public class MethodDefinitionMap implements MethodDefinitionSource {
@@ -117,24 +113,22 @@ public class MethodDefinitionMap implements MethodDefinitionSource {
ConfigAttributeDefinitionattr){
Stringname=clazz.getName()+'.'+mappedName;
if(logger.isDebugEnabled()){
logger.debug("Adding secure method ["+name
+"] with attributes ["+attr+"]");
}
logger.debug("Adding secure method ["+name+"] with attributes ["+
@ -142,25 +136,23 @@ public class MethodDefinitionMap implements MethodDefinitionSource {
@@ -142,25 +136,23 @@ public class MethodDefinitionMap implements MethodDefinitionSource {
logger.debug("Keeping attributes for secure method ["
+method+"]: current name ["+name
+"] is not more specific than ["+regMethodName+"]");
}
logger.debug("Keeping attributes for secure method ["+method+
"]: current name ["+name+
"] is not more specific than ["+regMethodName+"]");
}
}
}
@ -175,10 +167,9 @@ public class MethodDefinitionMap implements MethodDefinitionSource {
@@ -175,10 +167,9 @@ public class MethodDefinitionMap implements MethodDefinitionSource {