Author: markt
Date: Thu May 31 10:09:10 2018
New Revision: 1832596

URL: http://svn.apache.org/viewvc?rev=1832596&view=rev
Log:
Correct the documentation for the allowHostHeaderMismatch attribute of the 
standard HTTP Connector implementations.

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

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1832596&r1=1832595&r2=1832596&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Thu May 31 10:09:10 2018
@@ -231,6 +231,10 @@
         <code>minSpareThreads</code> in the documentation web application.
         (markt)
       </fix>
+      <fix>
+        Correct the documentation for the <code>allowHostHeaderMismatch</code>
+        attribute of the standard HTTP Connector implementations. (markt)
+      </fix>
     </changlog>
   </subsection>
   <subsection name="Tribes">

Modified: tomcat/trunk/webapps/docs/config/http.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1832596&r1=1832595&r2=1832596&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Thu May 31 10:09:10 2018
@@ -326,8 +326,8 @@
     <attribute name="allowHostHeaderMismatch" required="false">
       <p>By default Tomcat will reject requests that specify a host in the
       request line but specify a different host in the host header. This
-      chekc can be disabled by setting this attribute to <code>false</code>. If
-      not specified, the default is <code>true</code>.</p>
+      check can be disabled by setting this attribute to <code>true</code>. If
+      not specified, the default is <code>false</code>.</p>
     </attribute>
 
     <attribute name="allowedTrailerHeaders" required="false">



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

Reply via email to