Bug 16171

Summary: release() on TagHandlerPool.reuse() not called
Product: Tomcat 4 Reporter: Silvio Katzan <silvio_katzan>
Component: JasperAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 4.1.18   
Target Milestone: ---   
Hardware: PC   
OS: All   

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 ***