Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 34684 invoked from network); 7 May 2007 21:49:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 May 2007 21:49:43 -0000 Received: (qmail 50951 invoked by uid 500); 7 May 2007 21:49:49 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 50750 invoked by uid 500); 7 May 2007 21:49:49 -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 50739 invoked by uid 99); 7 May 2007 21:49:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 May 2007 14:49:49 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 May 2007 14:49:41 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 698641A9838; Mon, 7 May 2007 14:49:21 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r536002 - /httpd/httpd/branches/2.2.x/STATUS Date: Mon, 07 May 2007 21:49:21 -0000 To: cvs@httpd.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070507214921.698641A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Mon May 7 14:49:18 2007 New Revision: 536002 URL: http://svn.apache.org/viewvc?view=rev&rev=536002 Log: Vote, promote, demote 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?view=diff&rev=536002&r1=536001&r2=536002 ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Mon May 7 14:49:18 2007 @@ -77,6 +77,30 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] +<<<<<<< .mine + * mod_cache: Correctly cache objects whose URL query string has been + modified by mod_rewrite. + PR: 40805 + Trunk version of patch: + http://svn.apache.org/viewvc?view=rev&revision=476625 + 2.2.x version of patch: + Trunk version works + +1: rpluem, jim, wrowe + +======= +>>>>>>> .r536001 + * mod_headers: Allow % at the end of a Header value + PR: 36609 + http://svn.apache.org/viewvc?rev=490156&view=rev + http://svn.apache.org/viewvc?rev=499567&view=rev + +1: niq, rpluem, wrowe + + * mod_alias: Accept path components (URL part) in Redirects + PR: 35314 + http://svn.apache.org/viewvc?rev=490142&view=rev + +1: niq, jim, wrowe + + PATCHES PROPOSED TO BACKPORT FROM TRUNK: * mod_proxy_ajp: Fix wrong retry when sending the response failed. @@ -106,21 +130,6 @@ mturk notes: WAIT_TIMEOUT is replaced by WAIT_FAILED with the accompanied patch in mpm\winnt\child.c. - * PKCS#7: backport PCKS#7 patches from trunk. - +1 ben - jerenkrantz: What's the revision number to backport? - wrowe asks: ditto jerenkrantz - - * mod_proxy: Support variable interpolation in reverse proxy configuration - http://svn.apache.org/viewvc?view=rev&revision=421686 (code) - http://svn.apache.org/viewvc?view=rev&revision=422178 (code) - http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml?r1=420990&r2=421725 (docs) - +1: niq, mturk - -.9: wrowe notes; modifying the existing syntax seems inappropriate, new - ProxyPassSubstitute or similarly named directives would seem to - make more sense, permit direct Reverse'als when appropriate and - restrict the Substitutions to be parsed only when required. - * mod_authn_dbd: Export any additional columns queried in the SQL select into the environment with the name AUTHENTICATE_. This brings mod_authn_dbd behaviour in line with mod_authnz_ldap. @@ -140,18 +149,7 @@ http://svn.apache.org/viewvc?rev=425787&view=rev 2.2.x version of patch: Trunk version works - +1: rpluem - - * mod_alias: Accept path components (URL part) in Redirects - PR: 35314 - http://svn.apache.org/viewvc?rev=490142&view=rev - +1: niq, jim - - * mod_headers: Allow % at the end of a Header value - PR: 36609 - http://svn.apache.org/viewvc?rev=490156&view=rev - http://svn.apache.org/viewvc?rev=499567&view=rev - +1: niq, rpluem + +1: rpluem, wrowe * mod_cache: Correctly cache and recall entities whose request URL's are url-escaped. @@ -161,6 +159,12 @@ 2.2.x version of patch: Trunk version works +1: rpluem + wrowe asks - is there a disambiguation problem here? The items + in the cache should either entirely be escaped or unescaped. + Can't violate the applicable canonicalization. However, if this + simply allows escaped entities that are unambiguously their + non-path, special values, (e.g. '/' vs %2F the character) + then I'm strongly +1. * proxy_util.c: Add alternate is_socket_connected() function which uses APR calls. @@ -178,7 +182,7 @@ http://svn.apache.org/viewvc?view=rev&revision=535169 2.2.x version of patch: Trunk version works - +1: rpluem + +1: rpluem, wrowe * mod_cache: Add CacheIgnoreQueryString directive to cache requests with a query string even if no expiration time is specified. @@ -188,4 +192,23 @@ 2.2.x version of patch: Trunk version works +1: rpluem + + +PATCHES/ISSUES THAT ARE STALLED + + * PKCS#7: backport PCKS#7 patches from trunk. + +1 ben + jerenkrantz: What's the revision number to backport? + wrowe asks: ditto jerenkrantz + + * mod_proxy: Support variable interpolation in reverse proxy configuration + http://svn.apache.org/viewvc?view=rev&revision=421686 (code) + http://svn.apache.org/viewvc?view=rev&revision=422178 (code) + http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml?r1=420990&r2=421725 (docs) + +1: niq, mturk + -1: wrowe notes; modifying the existing syntax makes collaboration + impossible by an admin team - unexpected side effects and the rest. + ProxyPassEnv* or ProxyPassSubstitute* directives that add this + behavior on a pattern-by-pattern basis would win my -1 to a +1, + and solve the performance hits noted by niq on an 80/20 basis.