From: Paul J. Reder Date: Mon, 1 Mar 2004 22:01:48 +0000 (+0000) Subject: Add a backport suggestion for voting... X-Git-Tag: 2.0.49~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9933c3faf123decf0a607492085e2a3de62c4921;p=thirdparty%2Fapache%2Fhttpd.git Add a backport suggestion for voting... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102841 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 51ef8eb048d..ad65833fe14 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/03/01 18:06:43 $] +Last modified at [$Date: 2004/03/01 22:01:48 $] Release: @@ -80,6 +80,12 @@ PATCHES TO BACKPORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + *) core, protocol: Remove compile-time length limit on request strings. Length is + now enforced solely with the LimitRequestLine config directive. + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c?r1=1.263&r2=1.264 + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/protocol.c?r1=1.145&r2=1.146 + +1: rederpj + * Win32 mpm: Fix broken find_ready_listener in Win32DisableAcceptEx path http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/mpm/winnt/child.c?r1=1.29&r2=1.30 +1: stoddard