summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2002-04-25 07:40:15 +0200
committerJustin Erenkrantz <jerenkrantz@apache.org>2002-04-25 07:40:15 +0200
commit8e1a89e1483e7776f874897e36721384a8bf2e3f (patch)
tree5bb00af418517a11b323490cc26f21176e957c47 /CHANGES
parentGet proxy protocol modules to build on OS/2. This adds the mod_proxy dll's (diff)
downloadapache2-8e1a89e1483e7776f874897e36721384a8bf2e3f.tar.xz
apache2-8e1a89e1483e7776f874897e36721384a8bf2e3f.zip
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
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a51c6197a5..684d925d38 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes with Apache 2.0.36
+ *) Make mod_mime use case-insensitive matching when examining
+ extensions on all platforms. PR 8223. [Justin Erenkrantz]
+
*) Add an intelligent error message should no proxy submodules be
valid to handle a request. PR 8407 [Graham Leggett]