You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kf...@apache.org on 2016/06/27 04:32:50 UTC

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

Author: kfujino
Date: Mon Jun 27 04:32:50 2016
New Revision: 1750273

URL: http://svn.apache.org/viewvc?rev=1750273&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59752
Fix typo and links. Reported by Coty Sutherland

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=1750273&r1=1750272&r2=1750273&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-7.html (original)
+++ tomcat/site/trunk/docs/migration-7.html Mon Jun 27 04:32:50 2016
@@ -387,13 +387,14 @@ of Apache Tomcat.</p>
       
 <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>;
+        <a href="/tomcat-7.0-doc/config/filter.html#Remote_IP_Filter">RemoteIpFilter</a>,
+        <a href="/tomcat-7.0-doc/config/valve.html#Remote_IP_Valve">RemoteIpValve</a>;
       </li>
       
 <li>
 <code>filter</code> attribute in
-        <a href="/tomcat-7.0-doc/config/cluster-valve.html">ReplicationValve</a>;</li>
+        <a href="/tomcat-7.0-doc/config/cluster-valve.html#org.apache.catalina.ha.tcp.ReplicationValve">
+        ReplicationValve</a>;</li>
       
 <li>
 <code>restrictedUserAgents</code>, <code>noCompressionUserAgents</code>
@@ -597,7 +598,7 @@ of Apache Tomcat.</p>
       must extend <code>java.secure.SecureRandom</code>
 </li>
       
-<li>Two new properties <code>secureRandomAlgoithm</code> and
+<li>Two new properties <code>secureRandomAlgorithm</code> and
       <code>secureRandomProvider</code> have been added to enable the selection
       of a SecureRandom implementation.</li>
       

Modified: tomcat/site/trunk/xdocs/migration-7.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-7.xml?rev=1750273&r1=1750272&r2=1750273&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-7.xml (original)
+++ tomcat/site/trunk/xdocs/migration-7.xml Mon Jun 27 04:32:50 2016
@@ -72,11 +72,12 @@ of Apache Tomcat.</p>
         <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>;
+        <a href="/tomcat-7.0-doc/config/filter.html#Remote_IP_Filter">RemoteIpFilter</a>,
+        <a href="/tomcat-7.0-doc/config/valve.html#Remote_IP_Valve">RemoteIpValve</a>;
       </li>
       <li><code>filter</code> attribute in
-        <a href="/tomcat-7.0-doc/config/cluster-valve.html">ReplicationValve</a>;</li>
+        <a href="/tomcat-7.0-doc/config/cluster-valve.html#org.apache.catalina.ha.tcp.ReplicationValve">
+        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>
@@ -205,7 +206,7 @@ of Apache Tomcat.</p>
       <li><code>randomClass</code> attribute of <strong>Manager</strong>
       has changed to <code>secureRandomClass</code> and the provided class
       must extend <code>java.secure.SecureRandom</code></li>
-      <li>Two new properties <code>secureRandomAlgoithm</code> and
+      <li>Two new properties <code>secureRandomAlgorithm</code> and
       <code>secureRandomProvider</code> have been added to enable the selection
       of a SecureRandom implementation.</li>
       <li>The <code>algorithm</code> attribute has been removed</li>



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