From: André Malo Date: Tue, 20 Apr 2004 20:27:02 +0000 (+0000) Subject: propose a backport X-Git-Tag: 2.0.50~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd08013869b450878f1099f5a17a4367f10e2f97;p=thirdparty%2Fapache%2Fhttpd.git propose a backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103467 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index ab4998db1f7..3e431fd5cb9 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/04/20 10:24:22 $] +Last modified at [$Date: 2004/04/20 20:27:02 $] Release: @@ -72,6 +72,10 @@ 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! ] + *) detect Include directive recursion by counting the nesting level. + server/core.c: r1.1.275 + +1: nd + *) mod_headers: don't segfault, when supplying an empty header value modules/metadata/mod_headers.c: r1.56 +1: nd, bnicholes