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
<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