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 8A40C9A52 for ; Thu, 2 Feb 2012 21:52:23 +0000 (UTC) Received: (qmail 23895 invoked by uid 500); 2 Feb 2012 21:52:22 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 23698 invoked by uid 500); 2 Feb 2012 21:52:21 -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 23690 invoked by uid 99); 2 Feb 2012 21:52:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2012 21:52:21 +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 209.85.210.173 as permitted sender) Received: from [209.85.210.173] (HELO mail-iy0-f173.google.com) (209.85.210.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2012 21:52:16 +0000 Received: by iahk25 with SMTP id k25so5094120iah.18 for ; Thu, 02 Feb 2012 13:51:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=r2BWyAZJNQnV7QKsw2JhRnPa9/RJLm+8pDNHpuGJHao=; b=NQ/kgTPVnRvnhOoBK+aZ+pdOzgvy5zGenqzWPano6/qaWAkmjVaZegHDbhdZhsL3+1 ej54gNzJ77ZRn8wAQQmz6VDrtaY/Yax9VNVluLxhhW6Y2vVq8+X5fJW/4mGJKRs2f+d+ a2Nu+Zbr0Se/WsRS5JGu6cuL0RMhNgMRI06Ck= MIME-Version: 1.0 Received: by 10.50.10.225 with SMTP id l1mr5388568igb.9.1328219515925; Thu, 02 Feb 2012 13:51:55 -0800 (PST) Received: by 10.50.170.3 with HTTP; Thu, 2 Feb 2012 13:51:55 -0800 (PST) In-Reply-To: <201202022159.54746@news.perlig.de> References: <20120202154341.962F523888FD@eris.apache.org> <201202022159.54746@news.perlig.de> Date: Thu, 2 Feb 2012 16:51:55 -0500 Message-ID: Subject: Re: svn commit: r1239679 - in /httpd/httpd/trunk: CHANGES modules/mappers/mod_rewrite.c From: Eric Covener To: dev@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Thu, Feb 2, 2012 at 3:59 PM, Andr=E9 Malo wrote: > Ouch. > > Please add a rule flag, that enables this behaviour, if you really need > that. mod_rewrite already has enough fancy magic. (and rewriting in > directory context to a resource named "-" is perfectly valid) Good points, removed this and the related "overload" from today.