Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B880BC05B for ; Sun, 21 Dec 2014 17:38:52 +0000 (UTC) Received: (qmail 63027 invoked by uid 500); 21 Dec 2014 17:38:47 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 62956 invoked by uid 500); 21 Dec 2014 17:38:47 -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 62946 invoked by uid 99); 21 Dec 2014 17:38:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Dec 2014 17:38:47 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of covener@gmail.com designates 74.125.82.42 as permitted sender) Received: from [74.125.82.42] (HELO mail-wg0-f42.google.com) (74.125.82.42) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Dec 2014 17:38:42 +0000 Received: by mail-wg0-f42.google.com with SMTP id k14so5129552wgh.1 for ; Sun, 21 Dec 2014 09:37:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=6UZm9OPppjeshHxQ4ejDJ0oxI9haHLp9Tci/ZemnwvA=; b=yP7Xx61JoMfiiF1QchvMcGqKwpRL77FUavOr+2+eoJeA7CN4c8HZ893hxW1Q9iKkbu IicSROXHa1jXa+o6TAqLsdqFyDN46RIRV2XW3VKy6Yxr5Pykw9sQfgDB9Avwqk2H4zYh n8eqqvWlOwp7ePHdO5LU8p0B0G4JjzfcB8nBgOx+jL+Y8A5OE00c0NjirMSdXKRwbMZh 6KyqLdHyXRg+ftmKJclqmPobtfPpaWqrm54vcNpEJe2nA9eOGP1ISacGD9Yyz78H8J1b fpOQyHOp5W+OczDxhAChkMQ5oEe77ntWn+2mm1hYneQo4jk4uhoPdHv4PWB6NOiomGsP eevA== MIME-Version: 1.0 X-Received: by 10.180.160.144 with SMTP id xk16mr24902645wib.12.1419183456738; Sun, 21 Dec 2014 09:37:36 -0800 (PST) Received: by 10.27.131.129 with HTTP; Sun, 21 Dec 2014 09:37:36 -0800 (PST) In-Reply-To: References: <8328F394-A5B6-4EDB-9C31-66C45C488992@sharp.fm> <1E19829D-839B-447D-9B7C-9F345FEDDD96@sharp.fm> <201412211518.17254@news.perlig.de> Date: Sun, 21 Dec 2014 12:37:36 -0500 Message-ID: Subject: Re: [Patch] Simplifying mod_alias From: Eric Covener To: Apache HTTP Server Development List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Dec 21, 2014 at 9:41 AM, Graham Leggett wrote: > What we should do in future is remove all the *Match directives and move them into a mod_alias_compat module, leaving just Alias/Redirect/ScriptAlias in mod_alias, same as we did with authnz in httpd v2.4. I am -1 on moving them to a _compat module. I don't see a technical reason, there's nothing wrong with the current code or function, and I think there has to be a stronger case to justify adding more upgrade speedbumps.