]
Tomaz Cerar resolved JBEE-149.
------------------------------
Fix Version/s: jboss-jstl-api_1.2_spec-1.1.1.Final
Resolution: Done
I've synced our fork with latest code in apache's repo.
Patch Taglibs Bug 33934
-----------------------
Key: JBEE-149
URL:
https://issues.jboss.org/browse/JBEE-149
Project: JBoss JavaEE Spec APIs
Issue Type: Bug
Components: jboss-jstl-api
Affects Versions: jboss-jsp-api_2.3_spec-1.0.1.Final
Reporter: Kevin Formsma
Assignee: Tomaz Cerar
Fix For: jboss-jstl-api_1.2_spec-1.1.1.Final
Taglibs fixed a bug where SetTag would retain references to the target object, causing
pooled SetTag instances to have much higher memory usage when the target object is large.
When using many web threads in JBoss 7.2.2, our heap grows due to these objects being
associated to pooled SetTags.
https://issues.apache.org/bugzilla/show_bug.cgi?id=33934
Can this patch be fixed in the jboss fork of taglibs as well?