Author: csutherl
Date: Thu Dec 13 18:36:24 2018
New Revision: 1848879

URL: http://svn.apache.org/viewvc?rev=1848879&view=rev
Log:
Unify letter case of the word 'How-To' in the webapps

Modified:
    tomcat/trunk/RUNNING.txt
    tomcat/trunk/webapps/ROOT/index.jsp
    tomcat/trunk/webapps/docs/appdev/deployment.xml
    tomcat/trunk/webapps/docs/appdev/processes.xml
    tomcat/trunk/webapps/docs/balancer-howto.xml
    tomcat/trunk/webapps/docs/changelog.xml
    tomcat/trunk/webapps/docs/class-loader-howto.xml
    tomcat/trunk/webapps/docs/cluster-howto.xml
    tomcat/trunk/webapps/docs/config/ajp.xml
    tomcat/trunk/webapps/docs/config/globalresources.xml
    tomcat/trunk/webapps/docs/config/http.xml
    tomcat/trunk/webapps/docs/config/index.xml
    tomcat/trunk/webapps/docs/config/manager.xml
    tomcat/trunk/webapps/docs/config/realm.xml
    tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml
    tomcat/trunk/webapps/docs/jndi-resources-howto.xml
    tomcat/trunk/webapps/docs/manager-howto.xml
    tomcat/trunk/webapps/docs/proxy-howto.xml
    tomcat/trunk/webapps/docs/realm-howto.xml
    tomcat/trunk/webapps/docs/security-manager-howto.xml
    tomcat/trunk/webapps/docs/setup.xml
    tomcat/trunk/webapps/docs/ssl-howto.xml
    tomcat/trunk/webapps/docs/windows-service-howto.xml
    tomcat/trunk/webapps/manager/WEB-INF/jsp/401.jsp
    tomcat/trunk/webapps/manager/WEB-INF/jsp/403.jsp

Modified: tomcat/trunk/RUNNING.txt
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/RUNNING.txt?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/RUNNING.txt (original)
+++ tomcat/trunk/RUNNING.txt Thu Dec 13 18:36:24 2018
@@ -457,7 +457,7 @@ For further reading:
 
       https://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/setup.html
 
-    * Windows service HOW-TO
+    * Windows service How-To
 
       
https://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/windows-service-howto.html
 

Modified: tomcat/trunk/webapps/ROOT/index.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/ROOT/index.jsp?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/ROOT/index.jsp (original)
+++ tomcat/trunk/webapps/ROOT/index.jsp Thu Dec 13 18:36:24 2018
@@ -55,9 +55,9 @@ request.setAttribute("tomcatExamplesUrl"
                     <img src="tomcat.png" alt="[tomcat logo]" />
                     <div id="tasks">
                         <h3>Recommended Reading:</h3>
-                        <h4><a 
href="${tomcatDocUrl}security-howto.html">Security Considerations 
HOW-TO</a></h4>
-                        <h4><a 
href="${tomcatDocUrl}manager-howto.html">Manager Application HOW-TO</a></h4>
-                        <h4><a 
href="${tomcatDocUrl}cluster-howto.html">Clustering/Session Replication 
HOW-TO</a></h4>
+                        <h4><a 
href="${tomcatDocUrl}security-howto.html">Security Considerations 
How-To</a></h4>
+                        <h4><a 
href="${tomcatDocUrl}manager-howto.html">Manager Application How-To</a></h4>
+                        <h4><a 
href="${tomcatDocUrl}cluster-howto.html">Clustering/Session Replication 
How-To</a></h4>
                     </div>
                 </div>
                 <div id="actions">

Modified: tomcat/trunk/webapps/docs/appdev/deployment.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/appdev/deployment.xml?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/appdev/deployment.xml (original)
+++ tomcat/trunk/webapps/docs/appdev/deployment.xml Thu Dec 13 18:36:24 2018
@@ -126,7 +126,7 @@ library JAR files (or unpacked classes)
 installed web applications (without having to be included inside the web
 application itself).  The details of how Tomcat locates and shares such
 classes are described in the
-<a href="../class-loader-howto.html">Class Loader HOW-TO</a> documentation.
+<a href="../class-loader-howto.html">Class Loader How-To</a> documentation.
 The location commonly used within a Tomcat installation for shared code is
 <strong>$CATALINA_HOME/lib</strong>. JAR files placed here are visible both to
 web applications and internal Tomcat code. This is a good place to put JDBC
@@ -222,7 +222,7 @@ approaches:</p>
     web applications</em>.  Tomcat includes a web application, deployed
     by default on context path <code>/manager</code>, that allows you to
     deploy and undeploy applications on a running Tomcat server without
-    restarting it. See <a href="../manager-howto.html">Manager App HOW-TO</a>
+    restarting it. See <a href="../manager-howto.html">Manager App How-To</a>
     for more information on using the Manager web application.<br/><br/></li>
 <li><em>Use "Manager" Ant Tasks In Your Build Script</em>.  Tomcat
     includes a set of custom task definitions for the <code>Ant</code>

Modified: tomcat/trunk/webapps/docs/appdev/processes.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/appdev/processes.xml?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/appdev/processes.xml (original)
+++ tomcat/trunk/webapps/docs/appdev/processes.xml Thu Dec 13 18:36:24 2018
@@ -66,7 +66,7 @@ once (no matter how many web application
     logged in, and have the security role <code>manager-script</code> assigned
     to him or her.  How such users are defined depends on which Realm you have
     configured in Tomcat's <code>conf/server.xml</code> file -- see the
-    <a href="../realm-howto.html">Realm Configuration HOW-TO</a> for more
+    <a href="../realm-howto.html">Realm Configuration How-To</a> for more
     information.  You may define any number of users (with any username
     and password that you like) with the <code>manager-script</code> role.
     </p></li>

Modified: tomcat/trunk/webapps/docs/balancer-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/balancer-howto.xml?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/balancer-howto.xml (original)
+++ tomcat/trunk/webapps/docs/balancer-howto.xml Thu Dec 13 18:36:24 2018
@@ -26,7 +26,7 @@
         <author email="yo...@apache.org">Yoav Shapira</author>
         <author>Remy Maucherat</author>
         <author>Andy Oliver</author>
-        <title>Load Balancer HOW-TO</title>
+        <title>Load Balancer How-To</title>
     </properties>
 
 <body>

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Thu Dec 13 18:36:24 2018
@@ -216,6 +216,9 @@
         <bug>62918</bug>: Filter out subtype mbeans to avoid breaking the
         connector status page. (remm)
       </fix>
+      <fix>
+        Unify letter case of the word 'How-To' in the webapps (csutherl)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Tribes">
@@ -5379,7 +5382,7 @@
   <subsection name="Web applications">
     <changelog>
       <fix>
-        <bug>58891</bug>: Update the SSL how-to. Based on a suggestion by
+        <bug>58891</bug>: Update the SSL How-To. Based on a suggestion by
         Alexander Kjäll. (markt)
       </fix>
     </changelog>

Modified: tomcat/trunk/webapps/docs/class-loader-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/class-loader-howto.xml?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/class-loader-howto.xml (original)
+++ tomcat/trunk/webapps/docs/class-loader-howto.xml Thu Dec 13 18:36:24 2018
@@ -25,7 +25,7 @@
     <properties>
         <author email="craig...@apache.org">Craig R. McClanahan</author>
         <author email="yo...@apache.org">Yoav Shapira</author>
-        <title>Class Loader HOW-TO</title>
+        <title>Class Loader How-To</title>
     </properties>
 
 <body>
@@ -253,7 +253,7 @@ is a risk that Tomcat and/or the deploye
 
 <p>When running under a security manager the locations from which classes
 are permitted to be loaded will also depend on the contents of your policy
-file. See <a href="security-manager-howto.html">Security Manager HOW-TO</a>
+file. See <a href="security-manager-howto.html">Security Manager How-To</a>
 for further information.</p>
 
 </section>

Modified: tomcat/trunk/webapps/docs/cluster-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/cluster-howto.xml?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/cluster-howto.xml (original)
+++ tomcat/trunk/webapps/docs/cluster-howto.xml Thu Dec 13 18:36:24 2018
@@ -25,7 +25,7 @@
     <properties>
         <author email="fha...@apache.org">Filip Hanik</author>
         <author email="p...@apache.org">Peter Rossbach</author>
-        <title>Clustering/Session Replication HOW-TO</title>
+        <title>Clustering/Session Replication How-To</title>
     </properties>
 
 <body>

Modified: tomcat/trunk/webapps/docs/config/ajp.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/ajp.xml?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/ajp.xml (original)
+++ tomcat/trunk/webapps/docs/config/ajp.xml Thu Dec 13 18:36:24 2018
@@ -775,7 +775,7 @@
   directed the original request.</p>
 
   <p>For more information, see the
-  <a href="../proxy-howto.html">Proxy Support HOW-TO</a>.</p>
+  <a href="../proxy-howto.html">Proxy Support How-To</a>.</p>
 
   </subsection>
 

Modified: tomcat/trunk/webapps/docs/config/globalresources.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/globalresources.xml?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/globalresources.xml (original)
+++ tomcat/trunk/webapps/docs/config/globalresources.xml Thu Dec 13 18:36:24 
2018
@@ -42,7 +42,7 @@
   <p>These resources are listed in the server's global JNDI resource context.
    This context is distinct from the per-web-application JNDI contexts
   described in
-  the <a href="../jndi-resources-howto.html">JNDI Resources HOW-TO</a>.
+  the <a href="../jndi-resources-howto.html">JNDI Resources How-To</a>.
   The resources defined in this element are <strong>not</strong> visible in
   the per-web-application contexts unless you explicitly link them with
   <a href="context.html#Resource_Links">&lt;ResourceLink&gt;</a> elements.
@@ -236,7 +236,7 @@
     per-web-application contexts. Here is an example of making a custom
     factory available to an application, based on the example definition in the
     <a href="../jndi-resources-howto.html#Generic_JavaBean_Resources">
-    JNDI Resource HOW-TO</a>:
+    JNDI Resource How-To</a>:
     </p>
 
     <source><![CDATA[<Context>

Modified: tomcat/trunk/webapps/docs/config/http.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Thu Dec 13 18:36:24 2018
@@ -1114,7 +1114,7 @@
   directed the original request.</p>
 
   <p>For more information, see the
-  <a href="../proxy-howto.html">Proxy Support HOW-TO</a>.</p>
+  <a href="../proxy-howto.html">Proxy Support How-To</a>.</p>
 
   </subsection>
 
@@ -1159,7 +1159,7 @@
   configuration attributes in the <strong>Connector</strong>.</p>
 
   <p>For more information, see the
-  <a href="../ssl-howto.html">SSL Configuration HOW-TO</a>.</p>
+  <a href="../ssl-howto.html">SSL Configuration How-To</a>.</p>
 
   </subsection>
 

Modified: tomcat/trunk/webapps/docs/config/index.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/index.xml?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/index.xml (original)
+++ tomcat/trunk/webapps/docs/config/index.xml Thu Dec 13 18:36:24 2018
@@ -36,7 +36,7 @@
 directives that can be included in a <code>conf/server.xml</code> file to
 configure the behavior of the Tomcat Servlet/JSP container.  It does not
 attempt to describe which configuration directives should be used to perform
-specific tasks - for that, see the various <em>HOW-TO</em> documents on the
+specific tasks - for that, see the various <em>How-To</em> documents on the
 main index page.</p>
 
 <p>Tomcat configuration files are formatted as schemaless XML; elements and

Modified: tomcat/trunk/webapps/docs/config/manager.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/manager.xml?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/manager.xml (original)
+++ tomcat/trunk/webapps/docs/config/manager.xml Thu Dec 13 18:36:24 2018
@@ -432,7 +432,7 @@
       <code>driverName</code> will be ignored. Since this code uses prepared
       statements, you might want to configure pooled prepared statements as
       shown in <a href="../jndi-resources-howto.html">the JNDI resources
-      HOW-TO</a>.</p>
+      How-To</a>.</p>
     </attribute>
 
     <attribute name="driverName" required="true">

Modified: tomcat/trunk/webapps/docs/config/realm.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/realm.xml?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/realm.xml (original)
+++ tomcat/trunk/webapps/docs/config/realm.xml Thu Dec 13 18:36:24 2018
@@ -326,7 +326,7 @@
     </attributes>
 
     <p>See the <a href="../realm-howto.html#DataSourceRealm">
-    DataSource Realm HOW-TO</a> for more information on setting up container
+    DataSource Realm How-To</a> for more information on setting up container
     managed security using the DataSource Database Realm component.</p>
 
   </subsection>

Modified: tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml (original)
+++ tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml Thu Dec 13 
18:36:24 2018
@@ -27,7 +27,7 @@
         <author email="david-tom...@haraburda.com">David Haraburda</author>
         <author>Glenn Nielsen</author>
         <author email="yo...@apache.org">Yoav Shapira</author>
-        <title>JNDI Datasource HOW-TO</title>
+        <title>JNDI Datasource How-To</title>
     </properties>
 
 <body>

Modified: tomcat/trunk/webapps/docs/jndi-resources-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jndi-resources-howto.xml?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/jndi-resources-howto.xml (original)
+++ tomcat/trunk/webapps/docs/jndi-resources-howto.xml Thu Dec 13 18:36:24 2018
@@ -25,7 +25,7 @@
     <properties>
       <author email="craig...@apache.org">Craig R. McClanahan</author>
       <author email="yo...@apache.org">Yoav Shapira</author>
-      <title>JNDI Resources HOW-TO</title>
+      <title>JNDI Resources How-To</title>
     </properties>
 
 <body>

Modified: tomcat/trunk/webapps/docs/manager-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/manager-howto.xml?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/manager-howto.xml (original)
+++ tomcat/trunk/webapps/docs/manager-howto.xml Thu Dec 13 18:36:24 2018
@@ -24,7 +24,7 @@
 
     <properties>
         <author email="craig...@apache.org">Craig R. McClanahan</author>
-        <title>Manager App HOW-TO</title>
+        <title>Manager App How-To</title>
     </properties>
 
 <body>

Modified: tomcat/trunk/webapps/docs/proxy-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/proxy-howto.xml?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/proxy-howto.xml (original)
+++ tomcat/trunk/webapps/docs/proxy-howto.xml Thu Dec 13 18:36:24 2018
@@ -24,7 +24,7 @@
 
     <properties>
         <author email="craig...@apache.org">Craig R. McClanahan</author>
-        <title>Proxy Support HOW-TO</title>
+        <title>Proxy Support How-To</title>
     </properties>
 
 <body>

Modified: tomcat/trunk/webapps/docs/realm-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/realm-howto.xml?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/realm-howto.xml (original)
+++ tomcat/trunk/webapps/docs/realm-howto.xml Thu Dec 13 18:36:24 2018
@@ -26,7 +26,7 @@
         <author email="craig...@apache.org">Craig R. McClanahan</author>
         <author email="yo...@apache.org">Yoav Shapira</author>
         <author email="arjaqu...@mindspring.com">Andrew R. Jaquith</author>
-        <title>Realm Configuration HOW-TO</title>
+        <title>Realm Configuration How-To</title>
     </properties>
 
 <body>
@@ -454,7 +454,7 @@ as your database structure conforms to t
     never attempt to write to these tables.)</li>
 <li>Configure a JNDI named JDBC DataSource for your database.  Refer to the
     <a href="jndi-datasource-examples-howto.html">JNDI DataSource Example
-    HOW-TO</a> for information on how to configure a JNDI named JDBC 
DataSource.
+    How-To</a> for information on how to configure a JNDI named JDBC 
DataSource.
     Be sure to set the <code>Realm</code>&apos;s <code>localDataSource</code>
     attribute appropriately, depending on where the JNDI DataSource is
     defined.</li>

Modified: tomcat/trunk/webapps/docs/security-manager-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/security-manager-howto.xml?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/security-manager-howto.xml (original)
+++ tomcat/trunk/webapps/docs/security-manager-howto.xml Thu Dec 13 18:36:24 
2018
@@ -26,7 +26,7 @@
     <properties>
         <author email="gl...@voyager.apg.more.net">Glenn Nielsen</author>
         <author email="jeanfrancois.arc...@sun.com">Jean-Francois 
Arcand</author>
-        <title>Security Manager HOW-TO</title>
+        <title>Security Manager How-To</title>
     </properties>
 
 <body>

Modified: tomcat/trunk/webapps/docs/setup.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/setup.xml?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/setup.xml (original)
+++ tomcat/trunk/webapps/docs/setup.xml Thu Dec 13 18:36:24 2018
@@ -97,7 +97,7 @@
             unattended installs of Apache Tomcat.
         </li>
         <li>Refer to the
-            <a href="windows-service-howto.html">Windows Service HOW-TO</a>
+            <a href="windows-service-howto.html">Windows Service How-To</a>
             for information on how to manage Tomcat as a Windows service.
             </li>
       </ul>

Modified: tomcat/trunk/webapps/docs/ssl-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/ssl-howto.xml?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/ssl-howto.xml (original)
+++ tomcat/trunk/webapps/docs/ssl-howto.xml Thu Dec 13 18:36:24 2018
@@ -25,7 +25,7 @@
     <properties>
         <author email="cc...@apache.org">Christopher Cain</author>
         <author email="yo...@apache.org">Yoav Shapira</author>
-        <title>SSL/TLS Configuration HOW-TO</title>
+        <title>SSL/TLS Configuration How-To</title>
     </properties>
 
 <body>
@@ -43,7 +43,7 @@
     the directory into which you have installed Tomcat.</em></p>
 
 <p>To install and configure SSL/TLS support on Tomcat, you need to follow
-these simple steps.  For more information, read the rest of this HOW-TO.</p>
+these simple steps.  For more information, read the rest of this How-To.</p>
 <ol>
 <li><p>Create a keystore file to store the server&apos;s private key and
 self-signed certificate by executing the following command:</p>

Modified: tomcat/trunk/webapps/docs/windows-service-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/windows-service-howto.xml?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/windows-service-howto.xml (original)
+++ tomcat/trunk/webapps/docs/windows-service-howto.xml Thu Dec 13 18:36:24 2018
@@ -24,7 +24,7 @@
 
     <properties>
       <author email="mt...@apache.org">Mladen Turk</author>
-      <title>Windows service HOW-TO</title>
+      <title>Windows service How-To</title>
     </properties>
 
 <body>

Modified: tomcat/trunk/webapps/manager/WEB-INF/jsp/401.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/manager/WEB-INF/jsp/401.jsp?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/manager/WEB-INF/jsp/401.jsp (original)
+++ tomcat/trunk/webapps/manager/WEB-INF/jsp/401.jsp Thu Dec 13 18:36:24 2018
@@ -73,7 +73,7 @@
    </ul>
    <p>
     For more information - please see the
-    <a href="/docs/manager-howto.html">Manager App HOW-TO</a>.
+    <a href="/docs/manager-howto.html">Manager App How-To</a>.
    </p>
  </body>
 

Modified: tomcat/trunk/webapps/manager/WEB-INF/jsp/403.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/manager/WEB-INF/jsp/403.jsp?rev=1848879&r1=1848878&r2=1848879&view=diff
==============================================================================
--- tomcat/trunk/webapps/manager/WEB-INF/jsp/403.jsp (original)
+++ tomcat/trunk/webapps/manager/WEB-INF/jsp/403.jsp Thu Dec 13 18:36:24 2018
@@ -93,7 +93,7 @@
    </ul>
    <p>
     For more information - please see the
-    <a href="/docs/manager-howto.html">Manager App HOW-TO</a>.
+    <a href="/docs/manager-howto.html">Manager App How-To</a>.
    </p>
  </body>
 



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

Reply via email to