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

--- Comment #7 from John Engebretson <jeng...@apache.org> ---
I'm getting ready to work on this, would appreciate a mini-review of my plan:

1. Initial scope is to remove simple cases of <c:out>: values and vars are
single EL expression, scope is one of the built-in values, no other arguments
provided.
2. Behavior changes gated behind a config switch on the context.  Valid values
defined via enum, initial values something like "basic" or null.
3. I'll submit changes to 9.0 via PR.
4. Hopefully someone with better access to 10.x and 11.x can assist with the
port?


My biggest concerns are:
1. Is the initial scope big enough?
2. Does this belong in 9, 10, and 11?  My company is mixing between 9 and 11 so
those are my personal priority.
3. Is Context the right place for the config?

Thanks!  :)

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