Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 24B7EB414 for ; Fri, 6 Jan 2012 18:17:36 +0000 (UTC) Received: (qmail 66294 invoked by uid 500); 6 Jan 2012 18:17:35 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 66223 invoked by uid 500); 6 Jan 2012 18:17:35 -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 66216 invoked by uid 99); 6 Jan 2012 18:17:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2012 18:17:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Fri, 06 Jan 2012 18:17:33 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D1B4E23888D2; Fri, 6 Jan 2012 18:17:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1228326 - /httpd/httpd/branches/2.2.x/STATUS Date: Fri, 06 Jan 2012 18:17:11 -0000 To: cvs@httpd.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120106181711.D1B4E23888D2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Fri Jan 6 18:17:11 2012 New Revision: 1228326 URL: http://svn.apache.org/viewvc?rev=1228326&view=rev Log: Feedback, propose, vote and stuff 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=1228326&r1=1228325&r2=1228326&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Fri Jan 6 18:17:11 2012 @@ -125,13 +125,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewcvs.cgi?rev=933919&view=rev Backport version for 2.2.x of patch: Trunk version of patch works - +1: rpluem, wrowe + +1: rpluem minfrin: The r933919 patch is obsolete, as this trunk code no longer exists. The fix you're after is r951222, backported to both mod_disk_cache.c and mod_mem_cache.c. rjung: I combined backports of r933919 and r951222: http://people.apache.org/~rjung/patches/mod_cache_partial_content-2.2.x.patch - +1: rjung + +1: rjung, wrowe * mod_proxy_ajp: Missing support for ErrorOverride Trunk patch: http://svn.apache.org/viewvc?rev=1087864&view=rev @@ -143,6 +143,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.2.x patch: trunk patch works +1: jorton trawick: http://mail-archives.apache.org/mod_mbox/httpd-dev/201112.mbox/%3CCAKUrXK4uwT%3DP1KtEziNqFdxXs%2BtyWvggzpL8x2u-Bbq8tZ-Zsw%40mail.gmail.com%3E + wrowe: Prefer Jeff's premise (a) to reject all non-resource URIs from httpd + rather than a module-by-module test. In particular, '*' should just + work and bypass most hook phases. In any case, in the revised + patch of 12/16, (r->unparsed_uri[0] == '*' && !r->unparsed_uri[1]) + should be much faster than a callout to strcmp. + wrowe: Shouldn't this all simply be handled with an error result from + apr_uri_parse? + + * mod_proxy: cure size_t abuse part 1, backport relevant bits of r1227856, + Specifically normalizes ap_proxy_string_read so that the prototype + agrees with the actual implementation, which I believe is a bug fix + as opposed to an actual API change, ergo no MMN bump necessary(?). + Branch patch: + http://svn.apache.org/viewvc?rev=1227860&view=rev + +1: wrowe PATCHES/ISSUES THAT ARE STALLED