Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 8247 invoked from network); 9 Apr 2006 10:26:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Apr 2006 10:26:28 -0000 Received: (qmail 13492 invoked by uid 500); 9 Apr 2006 10:26:27 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 13438 invoked by uid 500); 9 Apr 2006 10:26:27 -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 13426 invoked by uid 99); 9 Apr 2006 10:26:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Apr 2006 03:26:27 -0700 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; Sun, 09 Apr 2006 03:26:26 -0700 Received: (qmail 8147 invoked by uid 65534); 9 Apr 2006 10:26:06 -0000 Message-ID: <20060409102606.8142.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r392700 - /httpd/httpd/branches/2.2.x/STATUS Date: Sun, 09 Apr 2006 10:26:05 -0000 To: cvs@httpd.apache.org From: rpluem@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: rpluem Date: Sun Apr 9 03:25:59 2006 New Revision: 392700 URL: http://svn.apache.org/viewcvs?rev=392700&view=rev Log: * Propose two patches for backport 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=392700&r1=392699&r2=392700&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Sun Apr 9 03:25:59 2006 @@ -91,4 +91,20 @@ -1 bnicholes - The authorization refactoring that was done is for 2.3 and above. This can not be backported to 2.2. + * Default handler: Don't return output filter apr_status_t values. PR 31759. + Trunk version of patch: + http://svn.apache.org/viewcvs?rev=390922&view=rev + http://svn.apache.org/viewcvs?rev=391025&view=rev + 2.2.x version of patch: + Trunk version works + +1: rpluem + + * mod_proxy: Forward proxy requests created by mod_rewrite to the correct + backend server. PR 39253. + Trunk version of patch: + http://svn.apache.org/viewcvs?rev=392613&view=rev + 2.2.x version of patch: + Trunk version works + +1: rpluem +