]> granicus.if.org Git - apache/commit
Disabled DefaultType directive and removed ap_default_type()
authorRoy T. Fielding <fielding@apache.org>
Fri, 30 Jan 2009 19:12:51 +0000 (19:12 +0000)
committerRoy T. Fielding <fielding@apache.org>
Fri, 30 Jan 2009 19:12:51 +0000 (19:12 +0000)
commit421ee8b0084ede78888fcefa2f1d25a0a7072cec
tree87c7a19bac6336468df3cab317de211d293364e6
parent8ba50dd3f171a396be5517332b08d6825d5d40c7
Disabled DefaultType directive and removed ap_default_type()
from core.  We now exclude Content-Type from responses for which
a media type has not been configured via mime.types, AddType,
ForceType, or some other mechanism.  MMN major bump to NZ time.

PR: 13986

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739382 13f79535-47bb-0310-9956-ffa450edef68
14 files changed:
CHANGES
include/ap_mmn.h
include/http_core.h
include/http_protocol.h
include/httpd.h
modules/filters/mod_charset_lite.c
modules/http/byterange_filter.c
modules/http/http_filters.c
modules/mappers/mod_actions.c
modules/mappers/mod_negotiation.c
modules/proxy/mod_proxy_ftp.c
server/config.c
server/core.c
server/protocol.c