Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 35994 invoked from network); 17 Nov 2005 18:34:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Nov 2005 18:34:20 -0000 Received: (qmail 22537 invoked by uid 500); 17 Nov 2005 18:34:15 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 22463 invoked by uid 500); 17 Nov 2005 18:34:14 -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 22451 invoked by uid 99); 17 Nov 2005 18:34:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2005 10:34:14 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [128.195.24.168] (HELO scotch.ics.uci.edu) (128.195.24.168) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2005 10:35:48 -0800 Received: from st-augustin.ics.uci.edu (st-augustin.ics.uci.edu [128.195.20.85]) (authenticated bits=0) by scotch.ics.uci.edu (8.12.11/8.12.11) with ESMTP id jAHIXqJo024324 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 17 Nov 2005 10:33:52 -0800 (PST) Date: Thu, 17 Nov 2005 10:33:52 -0800 From: Justin Erenkrantz To: dev@httpd.apache.org Subject: Re: svn commit: r345301 - /httpd/httpd/trunk/docs/manual/mod/core.xml Message-ID: <54B31485CE7528879C8E699A@st-augustin.ics.uci.edu> In-Reply-To: <20051117182943.33582.qmail@minotaur.apache.org> References: <20051117182943.33582.qmail@minotaur.apache.org> X-Mailer: Mulberry/4.0.4 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Checker-Version: SpamAssassin 3.2.0-r232569 (2005-08-13) on scotch.ics.uci.edu X-Virus-Scanned: ClamAV version 0.84, clamav-milter version 0.84e on scotch.ics.uci.edu X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=no version=3.2.0-r232569 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --On November 17, 2005 6:29:43 PM +0000 slive@apache.org wrote: > * Deprecate AddOutputFilterByType I disagree. IMHO, recommending switching to mod_filter is like telling people to switch from Alias to mod_rewrite. As I said when this was discussed on the list, the AddOutputFilterByType directive interface could be implemented by mod_filter under the hood. However, I believe the user interface presented by AddOutputFilterByType is exactly right for the problem at hand. -- justin