]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
I've lost some words .... and found them :)
authorAndré Malo <nd@apache.org>
Thu, 26 Aug 2004 21:06:13 +0000 (21:06 +0000)
committerAndré Malo <nd@apache.org>
Thu, 26 Aug 2004 21:06:13 +0000 (21:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104837 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index bb2d011e0b8039f183a0bbf529081cfd753e2ab3..39e62160d9d5590711f97493bd770978567897f8 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/08/26 20:50:17 $]
+Last modified at [$Date: 2004/08/26 21:06:13 $]
 
 Release:
 
@@ -81,6 +81,7 @@ PATCHES TO BACKPORT FROM 2.1
        analogus patch to mod_cgid)
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/generators/mod_cgi.c?r1=1.167&r2=1.168
        +1: stoddard, trawick
+       nd: I'd like to add 1.169
 
     *) util_ldap: Validate the file path of the trusted certificate file 
        at the time the LDAPTrushedCA directive is handled. PR#30782
@@ -160,6 +161,8 @@ PATCHES TO BACKPORT FROM 2.1
        like Set-Cookie to be logged properly. PR 27787 (2.0 + 1.3)
          modules/loggers/mod_log_config.c: r1.116
        jerenkrantz asks: Isn't this what apr_table_merge is for?
+       nd replies: yep. But cookies won't be merged, because browsers don't
+                   support it.
        +1: nd
 
     *) Fix memory leak in mod_rewrite. PR 27862. (2.0 + 1.3)
@@ -181,6 +184,8 @@ PATCHES TO BACKPORT FROM 2.1
           modules/filters/mod_include.c: r1.296
        jerenkrantz: ISTR, we forbid recursive checks elsewhere, but I've
                     completely forgotten where.
+        nd: we stop recursions in the core now (for subrequests and internal
+            redirects). Therefore the check here is no longer necessary.
        +1: nd
 
     *) mod_dav: Send an EOS at the end of the multistatus brigade.