Author: markt Date: Thu Jun 23 20:00:35 2016 New Revision: 1749997 URL: http://svn.apache.org/viewvc?rev=1749997&view=rev Log: Implement suggestion from https://bz.apache.org/bugzilla/show_bug.cgi?id=59672
Modified: tomcat/site/trunk/docs/migration-85.html tomcat/site/trunk/docs/migration-9.html tomcat/site/trunk/xdocs/migration-85.xml tomcat/site/trunk/xdocs/migration-9.xml Modified: tomcat/site/trunk/docs/migration-85.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-85.html?rev=1749997&r1=1749996&r2=1749997&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-85.html (original) +++ tomcat/site/trunk/docs/migration-85.html Thu Jun 23 20:00:35 2016 @@ -248,6 +248,9 @@ <li> <a href="#SessionManager">SessionManager</a> </li> +<li> +<a href="#Web_applications">Web applications</a> +</li> </ol> </li> <li> @@ -544,6 +547,20 @@ of Apache Tomcat.</p> </div> </div> + + +<div class="subsection"> +<h4 id="Web_applications">Web applications</h4> +<div class="text"> + + +<p>The Manager and HostManager web applications are configured by default + with a <code>RemoteAddrValve</code> that limits access to those + applications to connections from localhost.</p> + + +</div> +</div> </div> Modified: tomcat/site/trunk/docs/migration-9.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-9.html?rev=1749997&r1=1749996&r2=1749997&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-9.html (original) +++ tomcat/site/trunk/docs/migration-9.html Thu Jun 23 20:00:35 2016 @@ -266,6 +266,9 @@ <li> <a href="#SessionManager">SessionManager</a> </li> +<li> +<a href="#Web_applications">Web applications</a> +</li> </ol> </li> <li> @@ -703,6 +706,20 @@ of Apache Tomcat.</p> </div> </div> + +<div class="subsection"> +<h4 id="Web_applications">Web applications</h4> +<div class="text"> + + +<p>The Manager and HostManager web applications are configured by default + with a <code>RemoteAddrValve</code> that limits access to those + applications to connections from localhost.</p> + + +</div> +</div> + </div> <h3 id="Upgrading_9.0.x">Upgrading 9.0.x</h3> Modified: tomcat/site/trunk/xdocs/migration-85.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-85.xml?rev=1749997&r1=1749996&r2=1749997&view=diff ============================================================================== Binary files - no diff available. Modified: tomcat/site/trunk/xdocs/migration-9.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-9.xml?rev=1749997&r1=1749996&r2=1749997&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/migration-9.xml (original) +++ tomcat/site/trunk/xdocs/migration-9.xml Thu Jun 23 20:00:35 2016 @@ -253,6 +253,14 @@ of Apache Tomcat.</p> </ul> </subsection> + <subsection name="Web applications"> + + <p>The Manager and HostManager web applications are configured by default + with a <code>RemoteAddrValve</code> that limits access to those + applications to connections from localhost.</p> + + </subsection> + </section> <section name="Upgrading 9.0.x"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org