https://bz.apache.org/bugzilla/show_bug.cgi?id=69333
Remy Maucherat <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |REOPENED --- Comment #11 from Remy Maucherat <[email protected]> --- (In reply to Mark Thomas from comment #5) > Looking at the generated source and the code the generates it, I don't see > why we need the try/catch/finally. It seems this try/finally was useful to still call release for tags that are throwing an exception. This is harmless for Tomcat, but is a problem with some custom instance manager where it can cause a memory leak. So I'm pretty sure this needs to be reworked. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
