From: Jeff Trawick Date: Mon, 16 Feb 2004 17:59:36 +0000 (+0000) Subject: propose some backports of mod_isapi fixes X-Git-Tag: 2.0.49~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15ef494f3af801ac22579e41c1c4beb72c921b7b;p=thirdparty%2Fapache%2Fhttpd.git propose some backports of mod_isapi fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102644 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e5edeb72f24..d4b331a1f61 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/02/11 18:07:45 $] +Last modified at [$Date: 2004/02/16 17:59:36 $] Release: @@ -242,6 +242,22 @@ PATCHES TO BACKPORT FROM 2.1 I need to stop using silly gcc 3.2 I think] +1: trawick + * mod_isapi: GetServerVariable("ALL_RAW") returned the wrong buffer + size. PR 20617 [Jesse Pelton ] + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/arch/win32/mod_isapi.c?r1=1.96&r2=1.97 + +1: trawick + + * mod_isapi: send_response_header() failed to copy status string's + last character. PR 20619. [Jesse Pelton ] + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/arch/win32/mod_isapi.c?r1=1.97&r2=1.98 + +1: trawick + + * mod_isapi: GetServerVariable returned improperly terminated header + fields given "ALL_HTTP" or "ALL_RAW". PR 20656. + [Jesse Pelton ] + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/arch/win32/mod_isapi.c?r1=1.98&r2=1.99 + +1: trawick + CURRENT RELEASE NOTES: * Backwards compatibility is expected of future Apache 2.0 releases,