You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/09/05 11:54:37 UTC

svn commit: r1520264 - in /tomcat/site/trunk: docs/migration-7.html xdocs/migration-7.xml

Author: markt
Date: Thu Sep  5 09:54:36 2013
New Revision: 1520264

URL: http://svn.apache.org/r1520264
Log:
Add section on TLD changes.

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=1520264&r1=1520263&r2=1520264&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-7.html (original)
+++ tomcat/site/trunk/docs/migration-7.html Thu Sep  5 09:54:36 2013
@@ -249,6 +249,9 @@
 <a href="#Annotation_scanning">Annotation scanning</a>
 </li>
 <li>
+<a href="#TLD_processing">TLD processing</a>
+</li>
+<li>
 <a href="#Internal_APIs">Internal APIs</a>
 </li>
 </ol>
@@ -1103,6 +1106,41 @@ of Apache Tomcat.</p>
   
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr>
+<td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica,sanserif"><a name="TLD processing">
+<!--()--></a><a name="TLD_processing"><strong>TLD processing</strong></a></font></td>
+</tr>
+<tr>
+<td>
+<blockquote>
+    
+<p>There have been a number of improvements to TLD processing. In addition
+    to some internal refactoring to improve consistency and reduce duplication,
+    there are a number of functional improvements. These are:</p>
+    
+<ul>
+      
+<li>EL processing within tag files is now consistent with the JSP version
+      declared for the tag file.</li>
+      
+<li>The requirements of section JSP.7.3.1 of the JSP specification are
+      now enforced and TLD files are not permitted to be placed in
+      <code>WEB-INF/lib</code> or <code>WEB-INF/classes</code>.</li>
+    
+</ul>
+  
+</blockquote>
+</td>
+</tr>
+<tr>
+<td>
+<br>
+</td>
+</tr>
+</table>
+  
+  
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr>
 <td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica,sanserif"><a name="Internal APIs">
 <!--()--></a><a name="Internal_APIs"><strong>Internal APIs</strong></a></font></td>
 </tr>

Modified: tomcat/site/trunk/xdocs/migration-7.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-7.xml?rev=1520264&r1=1520263&r2=1520264&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-7.xml (original)
+++ tomcat/site/trunk/xdocs/migration-7.xml Thu Sep  5 09:54:36 2013
@@ -418,6 +418,19 @@ of Apache Tomcat.</p>
 
   </subsection>
 
+  <subsection name="TLD processing">
+    <p>There have been a number of improvements to TLD processing. In addition
+    to some internal refactoring to improve consistency and reduce duplication,
+    there are a number of functional improvements. These are:</p>
+    <ul>
+      <li>EL processing within tag files is now consistent with the JSP version
+      declared for the tag file.</li>
+      <li>The requirements of section JSP.7.3.1 of the JSP specification are
+      now enforced and TLD files are not permitted to be placed in
+      <code>WEB-INF/lib</code> or <code>WEB-INF/classes</code>.</li>
+    </ul>
+  </subsection>
+  
   <subsection name="Internal APIs">
   
     <p>Whilst the Tomcat 7 internal API is broadly compatible with Tomcat 6



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