]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add some votes and comments. (No time to merge those where I cast the
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 29 Jan 2004 21:47:03 +0000 (21:47 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 29 Jan 2004 21:47:03 +0000 (21:47 +0000)
threshold vote, sorry.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102455 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8ab43566163f2e1fb97f0f899edf794bab184090..68827b9800013a4af1fa7806eb488073e08c5170 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/01/29 21:38:22 $]
+Last modified at [$Date: 2004/01/29 21:47:03 $]
 
 Release:
 
@@ -73,6 +73,8 @@ RELEASE SHOWSTOPPERS:
     IPv4 numeric address string from IPv4-mapped address would work
     but actually resolving the host would not.  To catch the check
     via retcode, you have to specify the NI_NAMEREQD flag.
+       jerenkrantz: This was fixed in APR 1.0, but not backported to 0.9.
+                    See post to dev@httpd.
 
 PATCHES TO BACKPORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
@@ -81,6 +83,7 @@ PATCHES TO BACKPORT FROM 2.1
     * Fix file extensions for real media files and removed rpm extension
       from mime.types. PR 26079. (2.0 + 1.3)
         docs/conf/mime.types: r1.23
+      jerenkrantz: Why is rm not application/vnd.rn-realmedia as in PR 26079?
       +1: nd, trawick
 
     * Don't include newlines in strings passed to ap_log_error; cosmetic fix
@@ -96,7 +99,7 @@ PATCHES TO BACKPORT FROM 2.1
     * mod_ssl: Fix streaming of nph- CGI scripts over SSL.
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_io.c?r1=1.113&r2=1.114
       PR: 21944
-      +1: jorton, trawick
+      +1: jorton, trawick, jerenkrantz
       
     * mod_ssl: Fix for possible segfault on ssl_var_lookup for SSL_SESSION_ID.
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_vars.c?r1=1.29&r2=1.30
@@ -107,19 +110,19 @@ PATCHES TO BACKPORT FROM 2.1
       ProxyErrorOverride are enabled, and a non-200 response without a 
       body is generated by the backend server.
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/proxy/proxy_http.c?r1=1.176&r2=1.177 
-      +1: stoddard, nd
+      +1: stoddard, nd, jerenkrantz
 
     * If large file support is enabled, allow any file that is greater than
       AP_MAX_SENDFILE to be split into multiple buckets. This allows Apache
       to send files that are greater than 2gig. Otherwise we run into 
       32/64 bit type mismatches in the file size.
       server/core.c r1.255, r1.256
-      +1: bnicholes, nd
+      +1: bnicholes, nd, jerenkrantz
 
     * mod_dav: Reject requests including fragment part in the Request-URI.
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/dav/main/mod_dav.c?r1=1.102&r2=1.103
       PR: 21779
-      +1: jorton, nd
+      +1: jorton, nd, jerenkrantz
         nd asks: Should we make it runtime configurable either to 400, drop the
                  fragment or just treat it as part of the filename?
                  (ok, convinced after discussion on dev@)
@@ -262,7 +265,7 @@ PATCHES TO BACKPORT FROM 2.1
     * Catch an edge case, where strange subsequent RewriteRules could lead to
       a 400 (Bad Request) response. (2.0 + 1.3)
         modules/mappers/mod_rewrite.c: r1.228
-      +1: nd
+      +1: nd, jerenkrantz
 
     * mod_include's expression tokenizer: don't skip the first character of
       a string, it may be a backslash. (2.0 + 1.3)