mirror of
https://github.com/apache/struts.git
synced 2026-08-31 11:24:28 +00:00
WW-4122 Improves loop
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1502449 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
+1
@@ -60,6 +60,7 @@ public class AnnotationParameterFilterIntereptor extends AbstractInterceptor {
|
||||
//i.e take param name up to first . (period) and match against that
|
||||
if (field.getName().equals(paramName)) {
|
||||
allowed = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user