Author: kkolinko
Date: Thu Jan  9 06:47:06 2014
New Revision: 1556737

URL: http://svn.apache.org/r1556737
Log:
Document genStrAsCharArray -> genStringAsCharArray rename in Jasper r889966

Modified:
    tomcat/site/trunk/docs/migration-7.html
    tomcat/site/trunk/xdocs/migration-7.xml

Modified: tomcat/site/trunk/docs/migration-7.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-7.html?rev=1556737&r1=1556736&r2=1556737&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-7.html (original)
+++ tomcat/site/trunk/docs/migration-7.html Thu Jan  9 06:47:06 2014
@@ -256,6 +256,9 @@
 <li>
 <a href="#Internal_APIs">Internal APIs</a>
 </li>
+<li>
+<a href="#JSP_compiler">JSP compiler</a>
+</li>
 </ol>
 </li>
 <li>
@@ -928,6 +931,23 @@ of Apache Tomcat.</p>
 </div>
 </div>
 
+  
+<div class="subsection">
+<h4 id="JSP_compiler">JSP compiler</h4>
+<div class="text">
+
+  
+<p>Initialization parameter of <code>JspServlet</code> that controls
+  one of performance optimizations has been renamed from
+  <strong>genStrAsCharArray</strong> to <strong>genStringAsCharArray</strong>
+  and is now consistent with the name of related attribute in Jasper task
+  for Apache Ant.
+  </p>
+
+  
+</div>
+</div>
+
 
 </div>
 <h3 id="Upgrading_7.0.x">Upgrading 7.0.x</h3>

Modified: tomcat/site/trunk/xdocs/migration-7.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-7.xml?rev=1556737&r1=1556736&r2=1556737&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-7.xml (original)
+++ tomcat/site/trunk/xdocs/migration-7.xml Thu Jan  9 06:47:06 2014
@@ -449,6 +449,17 @@ of Apache Tomcat.</p>
 
   </subsection>
 
+  <subsection name="JSP compiler">
+
+  <p>Initialization parameter of <code>JspServlet</code> that controls
+  one of performance optimizations has been renamed from
+  <strong>genStrAsCharArray</strong> to <strong>genStringAsCharArray</strong>
+  and is now consistent with the name of related attribute in Jasper task
+  for Apache Ant.
+  </p>
+
+  </subsection>
+
 </section>
 
 <section name="Upgrading 7.0.x">



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

Reply via email to