DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17165>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17165

logic:iterate tag not releasing collections from memory





------- Additional Comments From [EMAIL PROTECTED]  2003-02-25 15:10 -------
Page 172 of the JSP 1.2 spec states, "The page compiler guarantees that 
release() will be invoked on the Tag handler before the handler is released to 
the GC".  So, release is guaranteed to be called when your app is low on memory 
and the gc runs.  It doesn't matter that it's not called for every invocation 
because the Iterator and Collection properties will be overwritten and released.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to