Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 25535 invoked from network); 24 Aug 2007 12:28:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Aug 2007 12:28:52 -0000 Received: (qmail 51044 invoked by uid 500); 24 Aug 2007 12:28:46 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 50980 invoked by uid 500); 24 Aug 2007 12:28:46 -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 50959 invoked by uid 99); 24 Aug 2007 12:28:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2007 05:28:46 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [209.133.199.10] (HELO jimsys.jagunet.com) (209.133.199.10) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2007 12:28:41 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by jimsys.jagunet.com (Postfix) with ESMTP id 73777A522DE; Fri, 24 Aug 2007 08:28:18 -0400 (EDT) In-Reply-To: <20070824005416.6C1731A9832@eris.apache.org> References: <20070824005416.6C1731A9832@eris.apache.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Cc: cvs@httpd.apache.org Content-Transfer-Encoding: 7bit From: Jim Jagielski Subject: Re: svn commit: r569204 - in /httpd/httpd/trunk/modules/experimental: config.m4 mod_rewrite_filter.c mod_sedfilter.c Date: Fri, 24 Aug 2007 08:28:16 -0400 To: dev@httpd.apache.org X-Mailer: Apple Mail (2.752.2) X-Virus-Checked: Checked by ClamAV on apache.org On Aug 23, 2007, at 8:54 PM, wrowe@apache.org wrote: > Author: wrowe > Date: Thu Aug 23 17:54:15 2007 > New Revision: 569204 > > URL: http://svn.apache.org/viewvc?rev=569204&view=rev > Log: > SEDFILTER has several anomolies; first, it's not SED syntax, > but more mod-rewrite like (and using the rewrite pcre parser). > Secondly, 'FILTER' in the filter name is redundant. Simplify, > by renaming this 'REWRITE' filter. > IMO, changing this from sedfilter to mod_rewrite_filter actually is more confusing (or would be) to end users, since we have a mod_rewrite already. IMO mod_rewrite_content would be a better choice, esp if mod_rewrite was called mod_rewrite_url... In any case, I don't feel strongly enough about it to do anymore than send this single post...