https://issues.apache.org/bugzilla/show_bug.cgi?id=52776

--- Comment #2 from Karl von Randow <k...@xk72.com> 2012-03-07 22:32:19 UTC ---
Created attachment 28437
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28437
Patch to correct the putting/resetting of the JspContext ELContext attribute

Sorry about that, I wasn't 100% sure that the solution was the right way to do
it. Specifically that it is appropriate to remove the resetting of the
JspContext attribute from the visit(Node.InvokeAction n) method.

However the visit(Node.InvokeAction n) doesn't set the JspContext attribute, so
it probably makes sense that it doesn't reset it. The set and reset is now in
the one place in FragmentHelperClass.generatePostamble().

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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