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 641291925F for ; Mon, 21 Mar 2016 12:54:10 +0000 (UTC) Received: (qmail 82557 invoked by uid 500); 21 Mar 2016 12:54:10 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 82495 invoked by uid 500); 21 Mar 2016 12:54:10 -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 82486 invoked by uid 99); 21 Mar 2016 12:54:10 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Mar 2016 12:54:10 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id C45E31A069D for ; Mon, 21 Mar 2016 12:54:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.999 X-Spam-Level: X-Spam-Status: No, score=0.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id IBIZ4HVbFWBw for ; Mon, 21 Mar 2016 12:54:07 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 2D2995FAE0 for ; Mon, 21 Mar 2016 12:54:07 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 35D6DE00E9 for ; Mon, 21 Mar 2016 12:54:06 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 109533A0287 for ; Mon, 21 Mar 2016 12:54:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1735969 - /httpd/httpd/branches/2.4.x/STATUS Date: Mon, 21 Mar 2016 12:54:05 -0000 To: cvs@httpd.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160321125406.109533A0287@svn01-us-west.apache.org> Author: trawick Date: Mon Mar 21 12:54:05 2016 New Revision: 1735969 URL: http://svn.apache.org/viewvc?rev=1735969&view=rev Log: CGIVar before too long I hope??? Modified: httpd/httpd/branches/2.4.x/STATUS Modified: httpd/httpd/branches/2.4.x/STATUS URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1735969&r1=1735968&r2=1735969&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Mon Mar 21 12:54:05 2016 @@ -161,6 +161,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: updated patch with APLOGNOs by merging 1735931,1735935 from trunk updated patch with APLOGNOs by merging 1735942 from trunk + *) CGIVar for controlling building of REQUEST_URI (and future uses) + As mentioned on dev@: + * This is intended to replace existing methods of configuring how various + CGI vars should be built over the long term, though only REQUEST_URI is + handled for now. + * If the mechanism should be usable by third-party modules for its own + concerns, a check for recognized-envvar can be removed from the command + processor and the rest of the code will let the third-party module do + the right thing since the rule for a var is a character string in a table, + not a separate core_dir_config flag with enumerated values. + Trunk patch: r1734947, 1735952 + 2.4.x patch: https://emptyhammock.com/media/downloads/CGIVar-to-2.4.x.txt + +1: trawick PATCHES/ISSUES THAT ARE BEING WORKED