Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 39801 invoked from network); 26 May 2008 15:11:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 May 2008 15:11:07 -0000 Received: (qmail 66372 invoked by uid 500); 26 May 2008 15:11:09 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 66178 invoked by uid 500); 26 May 2008 15:11:08 -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 66169 invoked by uid 99); 26 May 2008 15:11:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 May 2008 08:11:08 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 May 2008 15:10:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E32C9238898F; Mon, 26 May 2008 08:10:43 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r660209 - /httpd/httpd/branches/2.2.x/STATUS Date: Mon, 26 May 2008 15:10:43 -0000 To: cvs@httpd.apache.org From: rpluem@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080526151043.E32C9238898F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rpluem Date: Mon May 26 08:10:42 2008 New Revision: 660209 URL: http://svn.apache.org/viewvc?rev=660209&view=rev Log: * Add proposal Modified: httpd/httpd/branches/2.2.x/STATUS Modified: httpd/httpd/branches/2.2.x/STATUS URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=660209&r1=660208&r2=660209&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Mon May 26 08:10:42 2008 @@ -210,6 +210,16 @@ Roy replies: the patch adds an id lookup and replaces the atoi id with the validated result. Invalid input will now error out. + * mod_proxy_ajp: Do not retry request in the case that we either failed to + sent a part of the request body or if the request is not idempotent. PR44334 + Trunk version of patch: + http://svn.apache.org/viewvc?rev=617822&view=rev + http://svn.apache.org/viewvc?rev=627097&view=rev + http://svn.apache.org/viewvc?rev=660207&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, + PATCHES/ISSUES THAT ARE STALLED * beos MPM: Create pmain pool and run modules' child_init hooks when