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

--- Comment #20 from Mark Thomas <ma...@apache.org> ---
Most of the String conversion (outside of EL) should be reasonably optimal
already. Enums look to be by far the most likely potential optimisation there
unless folks are using custom PropertyEditors.

The custom ELInterpreter could easily be extended for numerics. char /
Character is the only remaining standard EL conversion. Could easily add that
too. Actually, aligning with the standard type conversion rules in the EL spec
is likely the way to go.

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