-
Bug
-
Resolution: Done
-
Critical
-
7.4.17.GA
-
None
-
False
-
None
-
False
-
-
-
-
-
-
+
-
-
-
org.apache.jasper.compiler.Generator compiles JSP classes without try/finallys wrapping the tag use. So if a tag throws an exception, release/destroy calls are skipped and the tag remains in the WebInjectionContainer to result in leaks over time.
This was addressed in Tomcat jasper:
https://github.com/apache/tomcat/commit/e7a1d655ed9f7d186f58dab655d0e120495db03e
We have synced that to jastow master:
https://github.com/undertow-io/jastow/commit/710a98fa56f2c2825d9f9abfa8ec2063af59fe64
But need this fix on other branches.
- clones
-
UNDERTOW-2401 Tags leak in WebInjectionContainer after exception
- Resolved
- is cloned by
-
JBEAP-27299 [GSS](8.0.z) UNDERTOW-2401 - Tags leak in WebInjectionContainer after exception
- Resolved
- is incorporated by
-
JBEAP-27746 (7.4.z) Upgrade jastow from 2.0.14.Final-redhat-00001 to 2.0.15.Final
- Closed