]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Support the suppress-error-charset setting, as with Apache 1.3.x.
authorJeff Trawick <trawick@apache.org>
Mon, 16 May 2005 10:41:42 +0000 (10:41 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 16 May 2005 10:41:42 +0000 (10:41 +0000)
commit7ae218a5bf6ceb6047fd8afc2b2c0d5f39052b2b
tree023b3a734d6ae3e0d0d221d9a748cd375c0a56d9
parentf78a4e4a891444226d8972042c0a4dad2bad24d1
Support the suppress-error-charset setting, as with Apache 1.3.x.

With Apache 1.3.x, it is a bit simpler as the request does
not go through ap_make_content_type().

Modules can set custom error responses but not be able to
set the charset, so they have to code the charset in the
html.  Thus, it is useful to preserve 1.3.x behavior exactly.

PR: 26467

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170354 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/env.xml
include/http_core.h
modules/http/http_protocol.c
server/protocol.c