Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 42587 invoked by uid 500); 28 May 2002 21:29:17 -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: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 42560 invoked from network); 28 May 2002 21:29:16 -0000 Reply-To: From: "Ryan Bloom" To: , Subject: RE: cvs commit: httpd-2.0 STATUS Date: Tue, 28 May 2002 14:29:15 -0700 Organization: Covalent Technologies Message-ID: <00a301c2068e$b7cb9390$8800000a@KOJ> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-Reply-To: <20020528211428.68998.qmail@icarus.apache.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > Cliff can revoke this as a showstopper, but I think this'll get fixed as > soon > as I (or someone else) figures out how to return HTTP errors from a > filter. Don't try to return the error. This is why we created the error_bucket type in Apache. The idea is that when a filter encounters an error, it creates an error_bucket and passes it down the filter stack. When the HTTP_HEADER filter sees the error_bucket, it just does the right thing. Ryan