Author: kkolinko
Date: Sat Jan 15 18:26:43 2011
New Revision: 1059384
URL: http://svn.apache.org/viewvc?rev=1059384&view=rev
Log:
List configuration options that now accept a single regex - see r1055923
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=1059384&r1=1059383&r2=1059384&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration.html (original)
+++ tomcat/site/trunk/docs/migration.html Sat Jan 15 18:26:43 2011
@@ -647,6 +647,30 @@ compatibility problems.</p>
single regular expression (using <code>java.util.regex</code>) rather than
a
list of comma-separated or semi-colon-separated expressions.</p>
+ <p>This concerns the following:</p>
+
+ <ul>
+ <li>
+<code>allow</code> and <code>deny</code> attributes in
+ RemoteAddrFilter, RemoteHostFilter
+ <a href="/tomcat-7.0-doc/config/filter.html">filters</a>
+ and in RemoteAddrValve, RemoteHostValve
+ <a href="/tomcat-7.0-doc/config/valve.html">valves</a>;
+ </li>
+ <li>
+<code>internalProxies</code>, <code>trustedProxies</code> attributes in
+ <a href="/tomcat-7.0-doc/config/filter.html">RemoteIpFilter</a>,
+ <a href="/tomcat-7.0-doc/config/valve.html">RemoteIpValve</a>;
+ </li>
+ <li>
+<code>filter</code> attribute in
+ <a
href="/tomcat-7.0-doc/config/cluster-valve.html">ReplicationValve</a>;</li>
+ <li>
+<code>restrictedUserAgents</code>, <code>noCompressionUserAgents</code>
+ attributes in
+ <a href="/tomcat-7.0-doc/config/http.html">HTTP connectors</a>.</li>
+ </ul>
+
</blockquote>
</td>
</tr>
Modified: tomcat/site/trunk/xdocs/migration.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration.xml?rev=1059384&r1=1059383&r2=1059384&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration.xml (original)
+++ tomcat/site/trunk/xdocs/migration.xml Sat Jan 15 18:26:43 2011
@@ -121,6 +121,26 @@ compatibility problems.</p>
single regular expression (using <code>java.util.regex</code>) rather than
a
list of comma-separated or semi-colon-separated expressions.</p>
+ <p>This concerns the following:</p>
+
+ <ul>
+ <li><code>allow</code> and <code>deny</code> attributes in
+ RemoteAddrFilter, RemoteHostFilter
+ <a href="/tomcat-7.0-doc/config/filter.html">filters</a>
+ and in RemoteAddrValve, RemoteHostValve
+ <a href="/tomcat-7.0-doc/config/valve.html">valves</a>;
+ </li>
+ <li><code>internalProxies</code>, <code>trustedProxies</code> attributes
in
+ <a href="/tomcat-7.0-doc/config/filter.html">RemoteIpFilter</a>,
+ <a href="/tomcat-7.0-doc/config/valve.html">RemoteIpValve</a>;
+ </li>
+ <li><code>filter</code> attribute in
+ <a
href="/tomcat-7.0-doc/config/cluster-valve.html">ReplicationValve</a>;</li>
+ <li><code>restrictedUserAgents</code>,
<code>noCompressionUserAgents</code>
+ attributes in
+ <a href="/tomcat-7.0-doc/config/http.html">HTTP connectors</a>.</li>
+ </ul>
+
</subsection>
<subsection name="Deployment">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]