Author: markt
Date: Sun Dec 13 23:07:16 2009
New Revision: 890143
URL: http://svn.apache.org/viewvc?rev=890143&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48381
Add a note about case of host name
Modified:
tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml
tomcat/tc5.5.x/trunk/container/webapps/docs/config/host.xml
Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml?rev=890143&r1=890142&r2=890143&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml (original)
+++ tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Sun Dec 13
23:07:16 2009
@@ -151,6 +151,10 @@
<bug>47656</bug>: Add information to documentation on system property
replacement in configuration files. (markt)
</fix>
+ <fix>
+ <bug>48381</bug>: Add information on how Tomcat treats host names to
the
+ host configuration documentation. (markt)
+ </fix>
</changelog>
</subsection>
</section>
Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/config/host.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/config/host.xml?rev=890143&r1=890142&r2=890143&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/webapps/docs/config/host.xml (original)
+++ tomcat/tc5.5.x/trunk/container/webapps/docs/config/host.xml Sun Dec 13
23:07:16 2009
@@ -129,11 +129,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: [email protected]
For additional commands, e-mail: [email protected]