diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-04-25 07:40:15 +0200 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-04-25 07:40:15 +0200 |
commit | 8e1a89e1483e7776f874897e36721384a8bf2e3f (patch) | |
tree | 5bb00af418517a11b323490cc26f21176e957c47 /CHANGES | |
parent | Get proxy protocol modules to build on OS/2. This adds the mod_proxy dll's (diff) | |
download | apache2-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-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |