From dev-return-58716-apmail-httpd-dev-archive=httpd.apache.org@httpd.apache.org Wed Sep 26 18:40:22 2007 Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 62375 invoked from network); 26 Sep 2007 18:40:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Sep 2007 18:40:21 -0000 Received: (qmail 33143 invoked by uid 500); 26 Sep 2007 18:40:09 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 33079 invoked by uid 500); 26 Sep 2007 18:40:09 -0000 Mailing-List: contact dev-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 dev@httpd.apache.org Received: (qmail 33068 invoked by uid 99); 26 Sep 2007 18:40:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2007 11:40:09 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [217.160.171.50] (HELO jupiter.hal-nine-zero-zero-zero.net) (217.160.171.50) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 26 Sep 2007 18:42:27 +0000 Received: (qmail 19471 invoked from network); 26 Sep 2007 18:39:48 -0000 Received: from unknown (HELO prinseneiland.newamsterdam) (145.253.139.66) by jupiter.hal-nine-zero-zero-zero.net with SMTP; 26 Sep 2007 18:39:48 -0000 From: =?utf-8?q?Andr=C3=A9_Malo?= To: dev@httpd.apache.org Subject: Re: svn commit: r579664 - in /httpd/httpd/trunk: CHANGES server/request.c Date: Wed, 26 Sep 2007 20:40:08 +0200 User-Agent: KMail/1.9.7 References: <20070926142620.279D81A9832@eris.apache.org> In-Reply-To: <20070926142620.279D81A9832@eris.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709262040.08357.nd@perlig.de> X-Virus-Checked: Checked by ClamAV on apache.org * niq@apache.org wrote: > Author: niq > Date: Wed Sep 26 07:26:19 2007 > New Revision: 579664 > > URL: http://svn.apache.org/viewvc?rev=579664&view=rev > Log: > Reinstate location walk for subrequests > PR 41960 (Jose Kahan) I don't see how the comment matches the patch. We always had location walks for subrequests, but not for *file* subrequests. How does that make sense? I'm sure this will break a lot of stuff and assumptions. mod_cern_meta comes into mind plus everywhere, where you really want to sub request for a file and not a location (and don't even have a good location to map to) nd