]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update my recent backport submission (backout the previous and offer a better one).
authorPaul J. Reder <rederpj@apache.org>
Sat, 22 Nov 2003 02:34:09 +0000 (02:34 +0000)
committerPaul J. Reder <rederpj@apache.org>
Sat, 22 Nov 2003 02:34:09 +0000 (02:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101847 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d03e7770bba6b27ae3eb144513edbc5512c1c3fb..267f88c0aa7d120061202088eca3af562fd22be8 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/11/21 23:51:53 $]
+Last modified at [$Date: 2003/11/22 02:34:09 $]
 
 Release:
 
@@ -66,9 +66,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! ]
 
-    * mod_expires: Don't report an Internal Server error if ExpiresDefault
-      is used and has not been set in the httpd.conf file. PR: 23748, 24459
+    * mod_expires: Initialize ExpiresDefault to NULL instead of "" to
+      avoid reporting an Internal Server error if it is used without
+      having been set in the httpd.conf file. PR: 23748, 24459
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/metadata/mod_expires.c.diff?r1=1.46&r2=1.47
+      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/metadata/mod_expires.c.diff?r1=1.47&r2=1.48
       +1: rederpj
 
     * Make Win32 MPM honor MaxMemFree for transaction pools