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

--- Comment #7 from Mark Thomas <ma...@apache.org> ---
Thanks for the additional review Konstantin.

ELResolver.convertToType() is public API. It is defined by the specification
and we can't change that.

Your comment about setting setPropertyResolved(false) being caused me to take
another look. While I agree with you on this, there are quite a few places
where we should be calling setPropertyResolved(false) but aren't. There might
be a few edge case bugs fixed by cleaning that up but I think the end result is
going to be the same number of calls to setPropertyResolved(false) with the
same performance impact.

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