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

--- Comment #16 from Mark Thomas <ma...@apache.org> ---
Glad you think it is heading in the right direction. It might not look it but
the important parts are heavily based on the patch you provided.

I am only going from source code rather than testing but I don't think that
enum branch will have an effect. If I am reading the nested if statements
correctly it is in a "if (attr.isELInterpreterInput())" which means "hotFudge"
won't enter that branch because it isn't EL. The "hotFudge" case is handled
later by the PropertyEditor branch.

Activation is via:
- ServletContext attribute (set programmatically)
- ServletContext attribute init parameter (set in web.xml)

Full details at:
https://github.com/markt-asf/tomcat/blob/master/java/org/apache/jasper/compiler/ELInterpreterFactory.java#L50

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