You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mt...@apache.org on 2006/01/11 02:45:35 UTC

svn commit: r367872 - /httpd/httpd/branches/2.2.x/STATUS

Author: mturk
Date: Tue Jan 10 17:45:31 2006
New Revision: 367872

URL: http://svn.apache.org/viewcvs?rev=367872&view=rev
Log:
Add proposal for backport of simple AJP protocol bugfix.

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/STATUS?rev=367872&r1=367871&r2=367872&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Tue Jan 10 17:45:31 2006
@@ -97,6 +97,11 @@
 
 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.