From 2b476d90c5008b9a2ce9fb66cddd72d91bb70ab7 Mon Sep 17 00:00:00 2001 From: markt Date: Sun, 13 Dec 2009 23:03:32 +0000 Subject: [PATCH] Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48381 Add a note about case of host name git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@890141 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/host.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/webapps/docs/config/host.xml b/webapps/docs/config/host.xml index e36696209..25a16ed50 100644 --- a/webapps/docs/config/host.xml +++ b/webapps/docs/config/host.xml @@ -146,11 +146,12 @@

Network name of this virtual host, as registered in your - Domain Name Service server. One of the Hosts nested within - an Engine MUST have a name that matches the - defaultHost setting for that Engine. See - Host Name Aliases for information - on how to assign more than one network name to the same + Domain Name Service 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 Engine MUST + have a name that matches the defaultHost setting for that + Engine. See Host Name Aliases for + information on how to assign more than one network name to the same virtual host.

-- 2.11.0