From: Jeff Trawick Date: Thu, 25 Mar 2004 14:14:11 +0000 (+0000) Subject: propse a patch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbbf3e8ae62f2e7e8f8fc1dc909964fcd4a1cd55;p=thirdparty%2Fapache%2Fhttpd.git propse a patch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103152 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index a34a5214053..b0d940a38c1 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 1.3 STATUS: -*-text-*- - Last modified at [$Date: 2004/03/22 15:39:37 $] + Last modified at [$Date: 2004/03/25 14:14:11 $] Release: @@ -52,6 +52,14 @@ RELEASE SHOWSTOPPERS: RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: + * ap_custom_response memory corruption + discussion: + Message-ID: <4062E7F3.7010707@attglobal.net> + Subject: [1.3 PATCH] fix ap_custom_response() memory corruption issue + patch: + http://www.apache.org/~trawick/13_custom_response_patch + +1: trawick + * byterange requests with configured ErrorDocuments return 206 instead of the error code like with 2.0. looks like some 2.0 logic needs to backported.