Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 50673 invoked from network); 6 Jun 2009 03:10:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Jun 2009 03:10:42 -0000 Received: (qmail 8677 invoked by uid 500); 6 Jun 2009 03:10:53 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 8586 invoked by uid 500); 6 Jun 2009 03:10:53 -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 8577 invoked by uid 99); 6 Jun 2009 03:10:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Jun 2009 03:10:53 +0000 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; Sat, 06 Jun 2009 03:10:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 43047238888D; Sat, 6 Jun 2009 03:10:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r782183 - /httpd/httpd/branches/2.2.x/STATUS Date: Sat, 06 Jun 2009 03:10:29 -0000 To: cvs@httpd.apache.org From: takashi@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090606031029.43047238888D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: takashi Date: Sat Jun 6 03:10:28 2009 New Revision: 782183 URL: http://svn.apache.org/viewvc?rev=782183&view=rev Log: Two proposals. 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=782183&r1=782182&r2=782183&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Sat Jun 6 03:10:28 2009 @@ -101,6 +101,20 @@ wrowe asks; what is proposed and why two patches here? +1: niq + * modules/proxy/proxy_util.c (ap_proxy_initialize_worker): Fix + gcc strict-aliasing warning. + Trunk version of patch works: + http://svn.apache.org/viewvc?view=rev&revision=395552 + +1: takashi + + * mod_rewrite: Fix the error string returned by RewriteRule. + RewriteRule returned "RewriteCond: bad flag delimiters" + when the 3rd argument of RewriteRule was not started with + "[" or not ended with "]". PR: 45082 + Trunk version of patch works: + http://svn.apache.org/viewvc?view=rev&revision=776325 + +1: takashi + PATCHES/ISSUES THAT ARE STALLED * srclib/pcre and vendor/pcre