]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add proposal for backport of simple AJP protocol bugfix.
authorMladen Turk <mturk@apache.org>
Wed, 11 Jan 2006 01:45:31 +0000 (01:45 +0000)
committerMladen Turk <mturk@apache.org>
Wed, 11 Jan 2006 01:45:31 +0000 (01:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@367872 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0ded532c5e04d4a8c25eba8fe2bd9e6d6c72dd66..ca4a642380fbbecd406e314af613b5c3b6cec19e 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -97,6 +97,11 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
+    * mod_proxy: Fix Cookie2 header problems that originates back
+      from mod_jk. Cookie2 was always sent as Cookie.
+      http://svn.apache.org/viewcvs.cgi?rev=358769&view=rev
+      +1: mturk
+
     * mod_dbd: When threaded, create a private pool in child_init
       so we're not using the process pool later.  Also improve
       configuration defaults and merge function.