https://issues.apache.org/bugzilla/show_bug.cgi?id=55483

--- Comment #4 from Eugene Chung (TmaxSoft) <bluewolf.ch...@gmail.com> ---
org.apache.el.util.ReflectionUtil#getMethod(java.lang.Object, java.lang.Object,
java.lang.Class<?>[], java.lang.Object[])


            // If a method is found where every parameter matches exactly,
            // return it
            if (exactMatch == paramCount) {
                getMethod(base.getClass(), m);
            }


I haven't fully understand the recent patches but I think it should be 

return getMethod(base.getClass(), m);

as the comment says.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to