You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/10/17 20:17:04 UTC

DO NOT REPLY [Bug 23898] New: - Tag doesn't get reused by the TagPool if the tag returns SKIP_PAGE

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

Tag doesn't get reused by the TagPool if the tag returns SKIP_PAGE

           Summary: Tag doesn't get reused by the TagPool if the tag returns
                    SKIP_PAGE
           Product: Tomcat 4
           Version: 4.1.27
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Jasper 2
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: sgabriel@brainfuse.com


If tag pool is enabled and the tag returns SKIP_PAGE at the end of doEndTag 
return is called immediately which doesn't give a chance for reuse to be 
called. 
i am not sure about how the other tags on the same page would perform in a 
situation like this.
Also if doEndTag throws an exception there is no way for the reuse to be 
called.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org