]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote, note
authorJeff Trawick <trawick@apache.org>
Wed, 15 Sep 2004 10:31:16 +0000 (10:31 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 15 Sep 2004 10:31:16 +0000 (10:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105126 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 3af6281bf3ac574161c7950de7caac20dd49ebba..93b548a4786567d368246a24b945efbf18605f26 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/09/15 08:26:44 $]
+Last modified at [$Date: 2004/09/15 10:31:16 $]
 
 Release:
 
@@ -75,7 +75,7 @@ PATCHES TO BACKPORT FROM 2.1
 
     *) ap_rgetline_core correctness fix.
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/protocol.c?r1=1.151&r2=1.152
-       +1: jorton, jerenkrantz
+       +1: jorton, jerenkrantz, trawick
 
     *) mod_rewrite: Fix 0 bytes write into random memory position. PR 31036.
        (2.0 + 1.3)
@@ -107,6 +107,11 @@ PATCHES TO BACKPORT FROM 2.1
          (1) is the use of APR_ASCII_* ebcdic-safe? I.e. shouldn't we use the
              native chars here and it will be converted later? (I'm not sure)
        jorton: I have no idea, let an EBCDIC-er complain if it breaks?
+       trawick: seems that '\r' and '\n' are the better chars to check
+                for; this is not raw data read from the network (or directly
+                from SSL) but instead it is either protocol data that has 
+                already been converted to the native charset or it is other
+                data which was created inside the server in the native charset
          (2) I'd put out (null) only if val is NULL, not if it's empty.
        jorton: ssl_var_lookup() returns "" in place of NULL, that was really
           a deliberate choice... but maybe you're right.