Author: markt
Date: Sun Dec 13 23:06:21 2009
New Revision: 890142

URL: http://svn.apache.org/viewvc?rev=890142&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48381
Add a note about case of host name

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=890142&r1=890141&r2=890142&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sun Dec 13 23:06:21 2009
@@ -485,6 +485,10 @@
         Do not reuse windows (tabs) for session detail pages in Manager
         application. (kkolinko)
       </update>
+      <fix>
+        <bug>48381</bug>: Add information on how Tomcat treats host names to 
the
+        host configuration documentation. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Other">

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml?rev=890142&r1=890141&r2=890142&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml Sun Dec 13 23:06:21 2009
@@ -127,11 +127,12 @@
 
       <attribute name="name" required="true">
         <p>Network name of this virtual host, as registered in your
-        <em>Domain Name Service</em> server.  One of the Hosts nested within
-        an <a href="engine.html">Engine</a> MUST have a name that matches the
-        <code>defaultHost</code> setting for that Engine.  See
-        <a href="#Host Name Aliases">Host Name Aliases</a> for information
-        on how to assign more than one network name to the same
+        <em>Domain Name Service</em> server. Regardless of the case used to
+        specify the hostname, Tomcat will convert it to lower case internally.
+        One of the Hosts nested within an <a href="engine.html">Engine</a> MUST
+        have a name that matches the <code>defaultHost</code> setting for that
+        Engine.  See <a href="#Host Name Aliases">Host Name Aliases</a> for
+        information on how to assign more than one network name to the same
         virtual host.</p>
       </attribute>
 



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

Reply via email to