]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Provide pointer to discussion thread
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 27 Jan 2010 19:05:49 +0000 (19:05 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 27 Jan 2010 19:05:49 +0000 (19:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@903785 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5eeee58d1cb1ef0b2a199b89a19aace01de4abff..5ba197431ed9823febda1fe36d5304b3123e8303 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -122,7 +122,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    2.2.x Patch: http://people.apache.org/~minfrin/httpd-cache-thundering.patch
    +1: minfrin
 
-
    * mod_authnz_ldap: Add AuthLDAPBindAuthoritative to allow other authentication 
      providers a chance to run when mod_authnz_ldap finds a user but can't 
      verify their password. PR46608.
@@ -153,14 +152,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     parent request headers are not corrupted.  Elimiates a problematic
     optimization in the case of no request body.  PR 48359 
     [Jake Scott, William Rowe, Ruediger Pluem]
+    Link to discussion thread;
+      https://issues.apache.org/bugzilla/show_bug.cgi?id=48359
     Applied to trunk;
       http://svn.apache.org/viewvc/httpd/httpd/trunk/server/protocol.c?r1=901578&r2=901577
-    Ported to 2.2;
+    Ported to 2.2 (also attached to PR);
       http://people.apache.org/~wrowe/protocol_headers_copy.patch
     +1: wrowe
     -1: niq: this risks breaking existing apps, as discussed in
              comments on PR 48359.
-    
+             [wrowe notes; incorrect and invalid objection, also as
+              identified in the comments.  Legitimate API users are
+              presently broken by this memory scope flaw.]
+
 PATCHES/ISSUES THAT ARE STALLED
 
   * srclib/pcre and vendor/pcre