summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2003-05-21 04:42:10 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2003-05-21 04:42:10 +0000
commitd58ca4eeccd8b1dd2f5fe7998e22627b4ea16585 (patch)
treef876907da29e4064d535e8e8c871e29d1fc39251 /CHANGES
parentb92e9122a5ecb7b3d962e9d91571099edb5afee4 (diff)
downloadhttpd-d58ca4eeccd8b1dd2f5fe7998e22627b4ea16585.tar.gz
If mod_mime_magic does not know the content-type, do not attempt to guess.
PR: 16908 Submitted by: Andrew Gapon <agapon@telcordia.com> Reviewed by: Justin Erenkrantz, nd, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99977 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 db1a9c2c1c..bdbd365b8b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes with Apache 2.0.46
+ *) If mod_mime_magic does not know the content-type, do not attempt to
+ guess. PR 16908. [Andrew Gapon <agapon@telcordia.com>]
+
*) ssl session caching(shmht) : Fix a SEGV problem with SHMHT session
caching. PR 17864.
[Andreas Leimbacher <andreasl67@yahoo.de>, Madhusudan Mathihalli]