Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 3719 invoked from network); 4 May 2006 11:24:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 May 2006 11:24:13 -0000 Received: (qmail 28700 invoked by uid 500); 4 May 2006 11:24:07 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 27802 invoked by uid 500); 4 May 2006 11:24:05 -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 27791 invoked by uid 99); 4 May 2006 11:24:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 May 2006 04:24:04 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of trawick@gmail.com designates 64.233.162.203 as permitted sender) Received: from [64.233.162.203] (HELO nz-out-0102.google.com) (64.233.162.203) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 May 2006 04:24:04 -0700 Received: by nz-out-0102.google.com with SMTP id 12so432350nzp for ; Thu, 04 May 2006 04:23:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CKc1+EOmlvSV7JfDoYAtD1Uizio23GPnBTyl4zqhrrCaxfHPhKcwWpkx4zcFb7PvzHDtzrdcmG79YSLzubwTc+ZES6VUW6d6NIj4yPQYNtYmAAZiA4rhp6cFk3CPpW7yr8z1LN8QiG4PtRLmvtKCsdNDDX8Vk8DnbQeOeSMeEqM= Received: by 10.36.222.9 with SMTP id u9mr1239323nzg; Thu, 04 May 2006 04:23:43 -0700 (PDT) Received: by 10.36.71.3 with HTTP; Thu, 4 May 2006 04:23:43 -0700 (PDT) Message-ID: Date: Thu, 4 May 2006 07:23:43 -0400 From: "Jeff Trawick" To: dev@httpd.apache.org Subject: Re: svn commit: r399665 - /httpd/httpd/trunk/modules/filters/mod_charset_lite.c In-Reply-To: <20060504111928.1015.qmail@minotaur.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060504111928.1015.qmail@minotaur.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 5/4/06, trawick@apache.org wrote: > Author: trawick > Date: Thu May 4 04:18:45 2006 > New Revision: 399665 > > URL: http://svn.apache.org/viewcvs?rev=3D399665&view=3Drev > Log: > Stop returning DECLINED from the output filter for proxy > requests. FWIW, this is a rather obscure codepath. mod_charset_lite won't insert its filters automatically for proxy requests. The user would have to explicitly add them via one of the filter configuration directives.