]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
We must always use case-insensitive comparisons in mod_mime even if
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 25 Apr 2002 05:40:15 +0000 (05:40 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 25 Apr 2002 05:40:15 +0000 (05:40 +0000)
commit8e1a89e1483e7776f874897e36721384a8bf2e3f
tree5bb00af418517a11b323490cc26f21176e957c47
parentcd4b403c6440e5c660035647aa19581108a93df8
We must always use case-insensitive comparisons in mod_mime even if
our platform is not "case-blind."  This matches 1.3 behavior and our
docs say that the extension argument is case-insensitive anyway.

This is case where the code fix is easier than the doc fix.  =)

PR: 8223

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94789 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/http/mod_mime.c