]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Port a 1.3 EBCDIC fix to 2.0:
authorJeff Trawick <trawick@apache.org>
Tue, 25 Apr 2000 23:19:15 +0000 (23:19 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 25 Apr 2000 23:19:15 +0000 (23:19 +0000)
commit429098f3b4659c19d6adb6e739c55b70efaab9e6
tree084a3a47cdec691a0cae10e84befae193f9d53f3
parent385effc089bbe9b432a30a3e3c5e201c6e20e37b
Port a 1.3 EBCDIC fix to 2.0:

This is a port of my 1.3 patch which allows error response strings to be
translated from ebcdic to ascii.  This bug is triggered by trying to
access a non-existant .gif for example.  The content type starts out
being image/gif but is switched by error processing to text/html.
Without this patch, ap_checkconv() is called too early (before the error
processing), so the ebcdic conversion flag gets turned off and the
eventual "404 Not Found" error response is sent to the browser still in
ebcdic.  Not very pretty.

Submitted by: Greg Ames
Reviewed by: Jeff Trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85040 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_core.c