]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
My votes were influenced by 527s campaigining on the issues that face us today.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 26 Aug 2004 20:50:17 +0000 (20:50 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 26 Aug 2004 20:50:17 +0000 (20:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104833 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index eeb0f961a63b9a2b4934b125b5f1f9462df54894..bb2d011e0b8039f183a0bbf529081cfd753e2ab3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/08/26 20:25:54 $]
+Last modified at [$Date: 2004/08/26 20:50:17 $]
 
 Release:
 
@@ -90,15 +90,15 @@ PATCHES TO BACKPORT FROM 2.1
     *) [SECURITY] mod_ssl: Fix potential input filter segfaults in SPECULATIVE mode.
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_io.c?r1=1.125&r2=1.126
        PR: 30134
-       +1: jorton, trawick
+       +1: jorton, trawick, jerenkrantz
 
     *) unixd_accept: Eliminate now-unnecessary apr_os_sock_get() call.
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/os/unix/unixd.c?r1=1.66&r2=1.67
-       +1: jorton, trawick
+       +1: jorton, trawick, jerenkrantz
 
     *) Prevent byterange filter doing its thang for a CGI which returns a Content-Range
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/util_script.c?r1=1.89&r2=1.90
-       +1: jorton, trawick, nd
+       +1: jorton, trawick, nd, jerenkrantz
 
     *) mod_ssl: Add ssl_is_https optional hook.
        http://www.apache.org/~jorton/mod_ssl-2.0-ishttps.diff
@@ -148,16 +148,18 @@ PATCHES TO BACKPORT FROM 2.1
        Solve this by introducing the "virtual" modifier to the Action
        directive. PR 28553.
          modules/mappers/mod_actions.c: r1.32, r1.34
-       +1: nd
+       jerenkrantz: Icky side-effect of the *t == '0' check.
+       +1: nd, jerenkrantz
 
     *) allow symlinks on directories to be processed by Include directives
        and stop possible recursion by a counter. PR 28492
          server/config.c: r1.175
-       +1: nd
+       +1: nd, jerenkrantz
 
     *) mod_log_config: Cleanup log_header_out function to allow multiple headers
        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?
        +1: nd
 
     *) Fix memory leak in mod_rewrite. PR 27862. (2.0 + 1.3)
@@ -177,6 +179,8 @@ PATCHES TO BACKPORT FROM 2.1
     *) mod_include: remove "recursive-include" check, it's no longer
        necessary and forbids legal actions.
           modules/filters/mod_include.c: r1.296
+       jerenkrantz: ISTR, we forbid recursive checks elsewhere, but I've
+                    completely forgotten where.
        +1: nd
 
     *) mod_dav: Send an EOS at the end of the multistatus brigade.