Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 42332 invoked from network); 12 Apr 2007 21:10:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Apr 2007 21:10:25 -0000 Received: (qmail 75059 invoked by uid 500); 12 Apr 2007 21:10:27 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 75013 invoked by uid 500); 12 Apr 2007 21:10:27 -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 75002 invoked by uid 99); 12 Apr 2007 21:10:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2007 14:10:27 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.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; Thu, 12 Apr 2007 14:10:21 -0700 Received: from [127.0.0.1] (localhost [127.0.0.1]) by jimsys.jagunet.com (Postfix) with ESMTP id 0D03966FEC3 for ; Thu, 12 Apr 2007 17:10:01 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <20070412141649.GA7474@redhat.com> References: <1404e5910704040748h65c2624fja9537874fa824844@mail.gmail.com> <20070404163031.71e4da7b@grimnir> <20070404213431.GA27973@urchin.earth.li> <20070405090419.GA27000@redhat.com> <20070405101454.02c9b103@grimnir> <20070409163602.061333a4@grimnir> <20070412141649.GA7474@redhat.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <43A16450-C921-4CC6-A34F-B6F1487E6FC2@jaguNET.com> Content-Transfer-Encoding: 7bit From: Jim Jagielski Subject: Re: ProxyErrorOverride and redirects (PR 39245) Date: Thu, 12 Apr 2007 17:10:00 -0400 To: dev@httpd.apache.org X-Mailer: Apple Mail (2.752.2) X-Virus-Checked: Checked by ClamAV on apache.org On Apr 12, 2007, at 10:16 AM, Joe Orton wrote: > On Thu, Apr 12, 2007 at 10:05:06AM -0400, Jeff Trawick wrote: >> I wonder why "Error" in ProxyErrorOverride doesn't match the meaning >> of ap_is_HTTP_ERROR(), as in the attached patch (with doc). > > Great, +1 > >> 1xx isn't something the user should see/react to either. > > Forwarding 1xx responses is actually a 2616 MUST, but they don't have > bodies so are handled separately in this code anyway (though are > not in > fact forwarded IIRC). > Agreed.