-
Bug
-
Resolution: Done
-
Critical
-
Jastow 2.2.6.Final, Jastow 2.0.14.Final
-
None
-
None
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.
- is cloned by
-
JBEAP-27298 [GSS](7.4.z) UNDERTOW-2401 - Tags leak in WebInjectionContainer after exception
- Verified
- is incorporated by
-
JBEAP-27299 [GSS](8.0.z) UNDERTOW-2401 - Tags leak in WebInjectionContainer after exception
- Resolved
-
WFLY-19541 Upgrade Jastow to 2.2.8.Final
- Resolved