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=24924>.
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=24924

saveBody internal member is held in memory

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2004-02-18 07:07 -------
There seem to be several misconceptions in this enhancement request:

1) The tag's body content may not be available in doEndTag(), which is 
precisely why it is saved off in doAfterBody().

2) The release() method is not invoked by the garbage collector. It is invoked 
by the container before it disposes of the tag handler instance (which may be 
at the end of the JSP page or earlier).

3) In most cases, bodyContent and saveBody will refer to the exact same string, 
so there is no additional cost to keeping the additional reference.

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

Reply via email to