From cvs-return-24145-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Wed Jan 11 01:45:58 2006 Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 38863 invoked from network); 11 Jan 2006 01:45:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jan 2006 01:45:58 -0000 Received: (qmail 3969 invoked by uid 500); 11 Jan 2006 01:45:57 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 3929 invoked by uid 500); 11 Jan 2006 01:45:56 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 3918 invoked by uid 99); 11 Jan 2006 01:45:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2006 17:45:56 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 10 Jan 2006 17:45:55 -0800 Received: (qmail 38771 invoked by uid 65534); 11 Jan 2006 01:45:35 -0000 Message-ID: <20060111014535.38770.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r367872 - /httpd/httpd/branches/2.2.x/STATUS Date: Wed, 11 Jan 2006 01:45:35 -0000 To: cvs@httpd.apache.org From: mturk@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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.