You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by vi...@apache.org on 2016/10/23 13:48:49 UTC

svn commit: r1766280 - in /tomcat/tc8.0.x/trunk/webapps/docs: changelog.xml config/http.xml

Author: violetagg
Date: Sun Oct 23 13:48:49 2016
New Revision: 1766280

URL: http://svn.apache.org/viewvc?rev=1766280&view=rev
Log:
Fix typo

Modified:
    tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
    tomcat/tc8.0.x/trunk/webapps/docs/config/http.xml

Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1766280&r1=1766279&r2=1766280&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Sun Oct 23 13:48:49 2016
@@ -81,6 +81,14 @@
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Web applications">
+    <changelog>
+      <fix>
+        Correct a typo in HTTP Connector How-To.
+        Issue reported via comments.apache.org. (violetagg)
+      </fix>
+    </changelog>
+  </subsection>
   <subsection name="Other">
     <changelog>
       <update>

Modified: tomcat/tc8.0.x/trunk/webapps/docs/config/http.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/config/http.xml?rev=1766280&r1=1766279&r2=1766280&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/config/http.xml Sun Oct 23 13:48:49 2016
@@ -1180,7 +1180,7 @@
       <p>The certificate revocation list to be used to verify client
       certificates. If not defined, client certificates will not be checked
       against a certificate revocation list. The file may be specified using a
-      URL, an absolute path or a relative (to CATAINA_BASE) path.</p>
+      URL, an absolute path or a relative (to CATALINA_BASE) path.</p>
     </attribute>
 
     <attribute name="keyAlias" required="false">
@@ -1206,7 +1206,7 @@
       directory of the user that is running Tomcat. If your
       <code>keystoreType</code> doesn't need a file use <code>""</code>
       (empty string) for this parameter. The file may be specified using a
-      URL, an absolute path or a relative (to CATAINA_BASE) path.</p>
+      URL, an absolute path or a relative (to CATALINA_BASE) path.</p>
     </attribute>
 
     <attribute name="keystorePass" required="false">
@@ -1297,7 +1297,7 @@
       default is the value of the <code>javax.net.ssl.trustStore</code> system
       property. If neither this attribute nor the default system property is
       set, no trust store will be configured. The file may be specified using a
-      URL, an absolute path or a relative (to CATAINA_BASE) path.</p>
+      URL, an absolute path or a relative (to CATALINA_BASE) path.</p>
     </attribute>
 
     <attribute name="truststorePass" required="false">



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