]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose backport
authorGeoffrey Young <geoff@apache.org>
Fri, 9 Apr 2004 01:00:53 +0000 (01:00 +0000)
committerGeoffrey Young <geoff@apache.org>
Fri, 9 Apr 2004 01:00:53 +0000 (01:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103311 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8f05a9ed3bffab22c9bf1f0d0abdea5ac2f545b3..433e88a22020d76353b19b150b028e1bbe795d0a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/04/07 21:49:47 $]
+Last modified at [$Date: 2004/04/09 01:00:53 $]
 
 Release:
 
@@ -72,6 +72,11 @@ 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! ]
 
+    *) Enable special ErrorDocument value 'default' which restores the
+       canned server response for the scope of the directive
+         http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c?r1=1.270&r2=1.271
+       +1: geoff
+
     *) Nested <IfDefine> blocks will cause ap_build_cont_config()
        to be called recursively. Allocate the temporary 8k 
        string buffer from the temp_pool rather than the stack to