https://bz.apache.org/bugzilla/show_bug.cgi?id=66235

--- Comment #4 from matthias.hil...@mgm-tp.com ---
Thanks for this quick fix.
When looking at the commit I have 2 remarks. I think there are still some small
differences, that might result in different behavior:

BeanELResolver: "is" is only used for boolean or null type
GraalBeanELResolver: "is" is used for all types

BeanELResolver: if "get" and "is" exists both, "is" is preferred over "get"
GraalBeanELResolver: "get" is preferred over "is"

-- 
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