Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.14.3
-
None
-
any
-
Patch, Important
Description
The problem appears in version 2.3.14.3 and in revision 1495522. I
attached a one-line patch that fixes it. This problem and the
attached patch are similar to the previously fixed WW-4115 and its
patch.
In method "AnnotationParameterFilterIntereptor.intercept", the loop
over "annotatedFields" should break immediately after "allowed" is set
to "true". All the iterations after "allowed" is set to "true" do not
perform any useful work, at best they just set "allowed" again to
"true".