Bug 16171 - release() on TagHandlerPool.reuse() not called
Summary: release() on TagHandlerPool.reuse() not called
Status: RESOLVED DUPLICATE of bug 16001
Alias: None
Product: Tomcat 4
Classification: Unclassified
Component: Jasper (show other bugs)
Version: 4.1.18
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-16 16:20 UTC by Silvio Katzan
Modified: 2005-03-20 17:06 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Silvio Katzan 2003-01-16 16:20:49 UTC
The release() method is only called, if the maximum number of tags in the pool 
is reached. If the Tag is returned to the pool by calling reuse() the release() 
method is not called. This should be done, since release() is necessary to 
reset the tag.
Comment 1 william.barker 2003-01-16 18:21:31 UTC

*** This bug has been marked as a duplicate of 16001 ***