Author: markt
Date: Thu Jan  6 16:07:28 2011
New Revision: 1055925

URL: http://svn.apache.org/viewvc?rev=1055925&view=rev
Log:
Add info on regex changes

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

Modified: tomcat/site/trunk/docs/migration.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration.html?rev=1055925&r1=1055924&r2=1055925&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration.html (original)
+++ tomcat/site/trunk/docs/migration.html Thu Jan  6 16:07:28 2011
@@ -233,6 +233,9 @@
 <a href="#Java_6_required">Java 6 required</a>
 </li>
 <li>
+<a href="#General_configuration">General configuration</a>
+</li>
+<li>
 <a href="#Deployment">Deployment</a>
 </li>
 <li>
@@ -627,6 +630,37 @@ compatibility problems.</p>
 <tr>
 <td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
+<a name="General configuration">
+<!--()-->
+</a>
+<a name="General_configuration">
+<strong>General configuration</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<blockquote>
+
+    <p>All configuration options that use regular expression now require a
+    single regular expression (using <code>java.util.regex</code>) rather than 
a
+    list of comma-separated or semi-colon-separated expressions.</p>
+
+  </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="Deployment">
 <strong>Deployment</strong>
 </a>

Modified: tomcat/site/trunk/xdocs/migration.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration.xml?rev=1055925&r1=1055924&r2=1055925&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration.xml (original)
+++ tomcat/site/trunk/xdocs/migration.xml Thu Jan  6 16:07:28 2011
@@ -115,6 +115,14 @@ compatibility problems.</p>
 
   </subsection>
 
+  <subsection name="General configuration">
+
+    <p>All configuration options that use regular expression now require a
+    single regular expression (using <code>java.util.regex</code>) rather than 
a
+    list of comma-separated or semi-colon-separated expressions.</p>
+
+  </subsection>
+
   <subsection name="Deployment">
   
     <p>XML context descriptors are no longer extracted from deployed WARs and



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

Reply via email to