]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Resolve 80% of the HEADER/README not recognized on Win32 bug (PR 7300).
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 18 Dec 2002 22:24:41 +0000 (22:24 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 18 Dec 2002 22:24:41 +0000 (22:24 +0000)
commite2a247d8e98f69fcccb18c01aa0953d10968872a
treefa37b23feb009a5f5162009e6299087de8b429bc
parentbb1f1b09842bd078116d5597650eabec84af0751
  Resolve 80% of the HEADER/README not recognized on Win32 bug (PR 7300).

  Since Apache 1.3 does NOT normalize file names, but instead always lower
  cases the names, HEADER.txt or HEADER.html would never, ever be noted
  as a match.  This is different from Apache 2.0, which can deal with the
  proper names and match only HEADER.* or header.* files based on the
  origin filename.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98031 13f79535-47bb-0310-9956-ffa450edef68
src/modules/standard/mod_negotiation.c