]> granicus.if.org Git - apache/commit
fix weird things that happen with canned error messages due to using two
authorGreg Ames <gregames@apache.org>
Tue, 13 Aug 2002 14:27:39 +0000 (14:27 +0000)
committerGreg Ames <gregames@apache.org>
Tue, 13 Aug 2002 14:27:39 +0000 (14:27 +0000)
commit65b5ceef112d6a3d43a9bb7a02f021557c32b7c7
treefca9d8ed3c0ffc9db142a162636de1c9c96317e8
parentcdf30bf3e67784ec8f363aa19bcb66c896a35c0d
fix weird things that happen with canned error messages due to using two
different request_recs after an ErrorDocument internal redirect failure.
examples: wrong Content-Type, garbled output from ebcdic servers due to
double charset translation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96364 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_protocol.c
modules/http/http_request.c
server/protocol.c