Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=46807
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 7 Mar 2009 16:00:22 +0000 (16:00 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 7 Mar 2009 16:00:22 +0000 (16:00 +0000)
Correctly document org.apache.japser.runtime.JspFactoryImpl.USE_POOL

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@751286 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/jasper-howto.xml

index 3c1669c..529d3dd 100644 (file)
@@ -337,7 +337,7 @@ and the compile jsp servlet classes at
 <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