https://bz.apache.org/bugzilla/show_bug.cgi?id=69333

Boris Folgmann <bo...@folgmann.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #9 from Boris Folgmann <bo...@folgmann.com> ---
I've got a custom tag library which has worked literally for decades in Tomcat.
Actually it worked from v4 up to v9.0.95. Now in v9.0.96 which contains this
change it's not working correctly any longer.
The problem seems to be that your change is calling release() on cached tags
and reuses the tag after this.
To all what I know this is breaking the convention that release() should be
called only when the JSP is definately done with the tag. It's the official
place to release resources before the tag is later garbage collected.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to