]> granicus.if.org Git - apache/commit
Convert the hostname to all-lowercase in fix_hostname() so that
authorBrian Pane <brianp@apache.org>
Sun, 23 Jun 2002 08:10:49 +0000 (08:10 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 23 Jun 2002 08:10:49 +0000 (08:10 +0000)
commitb8b4571d9ea2f69f5f89ca8e473da02e4093d8b2
tree588379b46fc7c309eaecd9dcc50c3c4ffbdaf8ef
parent3e90bd6b2fb709c3e82bbd400a68bc231322c235
Convert the hostname to all-lowercase in fix_hostname() so that
the implementation matches the comments.  (Note: The current virtual
hosting code does case-insensitive host matching, so this fix is useful
mostly to help ensure that custom modules and any future vhosting code
don't get tripped up by case-sensitivity issues.)
Submitted by: Perry Harrington <pedward@webcom.com>
Reviewed by: Brian Pane

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95866 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/vhost.c