From: Mladen Turk Date: Wed, 11 Jan 2006 01:45:31 +0000 (+0000) Subject: Add proposal for backport of simple AJP protocol bugfix. X-Git-Tag: 2.2.1~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8d4e28fd73e8832c4a3ab280e074fbe1fed6fb7;p=thirdparty%2Fapache%2Fhttpd.git Add proposal for backport of simple AJP protocol bugfix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@367872 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0ded532c5e0..ca4a642380f 100644 --- 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.