You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Torsten Fohrer <To...@dcsi.de> on 2002/11/28 18:50:30 UTC

[PATCH] TagPoolSize for 4.1.16, outsourcing TemplateText to stati c String/char arrays variables

Here is a patch.

- to port back the TagPoolSize Option from 5.0.
- adding to choice to use static String/char arrays for static templatetext.
- try/catch/finally blocks for calling release/reuse even if a exception
occurs methods on taghandlers.

open things:

- try/finally working with Tags that implement TryCatchFinally
- docs at web.xml
- ....

cu Torsten Fohrer