You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/10/16 19:47:36 UTC

DO NOT REPLY [Bug 33934] [standard] memory leak in jstl c:set tag

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

--- Comment #17 from Jeremy Boynes <jb...@apache.org> 2010-10-16 13:47:22 EDT ---
Created an attachment (id=26179)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26179)
Fix for memory leak in c:set

This would be a problem for all branches when a user still uses the old 1.0 tag
libraries.

Patch attached to refactor SetSupport to defer evaluation of the expressions
until needed allowing only the attribute values to be retained (per the spec).

Patch also switches to using the JSP container's EL evaluator and pre-parses
the expressions (avoiding reparsing if the container is pooling tags).

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org