Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 26527 invoked from network); 24 Aug 2007 01:43:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Aug 2007 01:43:41 -0000 Received: (qmail 29541 invoked by uid 500); 24 Aug 2007 01:43:32 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 29463 invoked by uid 500); 24 Aug 2007 01:43:31 -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 28754 invoked by uid 99); 24 Aug 2007 01:43:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2007 18:43:30 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.202.165.221] (HELO smtpout05.prod.mesa1.secureserver.net) (64.202.165.221) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 24 Aug 2007 01:44:03 +0000 Received: (qmail 4960 invoked from network); 24 Aug 2007 01:42:58 -0000 Received: from unknown (24.15.193.17) by smtpout05-04.prod.mesa1.secureserver.net (64.202.165.221) with ESMTP; 24 Aug 2007 01:42:58 -0000 Message-ID: <46CE37A1.9090805@rowe-clan.net> Date: Thu, 23 Aug 2007 20:42:57 -0500 From: "William A. Rowe, Jr." User-Agent: Thunderbird 1.5.0.12 (X11/20070719) MIME-Version: 1.0 To: dev@httpd.apache.org CC: cvs@httpd.apache.org Subject: Re: svn commit: r569204 - in /httpd/httpd/trunk/modules/experimental: config.m4 mod_rewrite_filter.c mod_sedfilter.c References: <20070824005416.6C1731A9832@eris.apache.org> In-Reply-To: <20070824005416.6C1731A9832@eris.apache.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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. > > Added: > httpd/httpd/trunk/modules/experimental/mod_rewrite_filter.c > - copied, changed from r568483, httpd/httpd/trunk/modules/experimental/mod_sedfilter.c My -1 was out there for a number of months, without the essential objection being addressed. Since it wasn't addressed, I'm exercising my only alternative to an outright veto. If we can't find a compromise, of course we can revert the entire story, but I'd like to avoid that. I'm happy with a number of alternative names, mod_pcre_filter, mod_text_filter, mod_subst_filter, whatever, a number come to mind. The fact is, mod_sed_filter was nothing close to a sed implementation. Yes, I'm more of an awk fanboi than a sed user, but I'd expect a sed_filter to be exactly that. I'm also completely and perpetually irritated by some companies such as M$ which don't respect the existing glossaries of computer science, insisting on inventing new words or using the wrong words for old ideas :) And before anyone claims it's near enough - yes - there really is one. http//happygiraffe.net/mod_sed Bill