]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a backport suggestion for voting...
authorPaul J. Reder <rederpj@apache.org>
Mon, 1 Mar 2004 22:01:48 +0000 (22:01 +0000)
committerPaul J. Reder <rederpj@apache.org>
Mon, 1 Mar 2004 22:01:48 +0000 (22:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102841 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 51ef8eb048d724a53cb44cb1516dce1a20a651f2..ad65833fe14ff19f2ac4873b9db118a088baab50 100644 (file)
--- 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