Author: markt Date: Sat Mar 7 16:00:22 2009 New Revision: 751286 URL: http://svn.apache.org/viewvc?rev=751286&view=rev Log: Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=46807 Correctly document org.apache.japser.runtime.JspFactoryImpl.USE_POOL
Modified: tomcat/trunk/webapps/docs/jasper-howto.xml Modified: tomcat/trunk/webapps/docs/jasper-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jasper-howto.xml?rev=751286&r1=751285&r2=751286&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/jasper-howto.xml (original) +++ tomcat/trunk/webapps/docs/jasper-howto.xml Sat Mar 7 16:00:22 2009 @@ -337,7 +337,7 @@ <ul> <li> When you switch to another Tomcat release, then regenerate and recompile your jsp's with the new Tomcat version.</li> -<li>Use java system property at server runtime to disable tag pooling +<li>Use java system property at server runtime to disable PageContext pooling <code>org.apache.jasper.runtime.JspFactoryImpl.USE_POOL=false</code>. and limit the buffering with <code>org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true</code>. Note --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org