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

--- Comment #4 from Mark Thomas <ma...@apache.org> ---
What you are missing is that with this change in the EL spec resolving of
unscoped attributes got a lot slower. We have fixed it as best we can and I am
not aware of any further improvements that could be made while staying spec
complaint. Suggestions for improvements are welcome but they do need to
maintain spec compliance.

The work-around is to add the appropriate scope to your attributes so use
${requestScope.foo}, ${applicationScope.foo} etc. rather than ${foo}.

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