Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 37082 invoked from network); 1 Feb 2005 21:24:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Feb 2005 21:24:53 -0000 Received: (qmail 74299 invoked by uid 500); 1 Feb 2005 21:24:49 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 74263 invoked by uid 500); 1 Feb 2005 21:24:49 -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 74250 invoked by uid 99); 1 Feb 2005 21:24:49 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jorton@redhat.com designates 66.187.233.31 as permitted sender) Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 01 Feb 2005 13:24:47 -0800 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j11LOj8x019562 for ; Tue, 1 Feb 2005 16:24:45 -0500 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j11LOjO20127 for ; Tue, 1 Feb 2005 16:24:45 -0500 Received: from radish.cambridge.redhat.com (localhost.localdomain [127.0.0.1]) by radish.cambridge.redhat.com (8.13.1/8.12.7) with ESMTP id j11LOiVf023211 for ; Tue, 1 Feb 2005 21:24:44 GMT Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.13.1/8.12.10/Submit) id j11LOh6l023210 for dev@httpd.apache.org; Tue, 1 Feb 2005 21:24:43 GMT Date: Tue, 1 Feb 2005 21:24:43 +0000 From: Joe Orton To: dev@httpd.apache.org Subject: Re: mod_proxy and friends, FIX_15207 Message-ID: <20050201212443.GA23023@redhat.com> Mail-Followup-To: dev@httpd.apache.org References: <200502012115.j11LFl28016549@mx1.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <200502012115.j11LFl28016549@mx1.redhat.com> User-Agent: Mutt/1.4.1i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Tue, Feb 01, 2005 at 08:23:38PM +0100, Sander Striker wrote: > > From: Jim Jagielski [mailto:jim@jaguNET.com] > > Sent: Tuesday, February 01, 2005 8:03 PM > > > It's been on my table to attack the FIX_15207 fooishness, but neither > > keeping the define nor commenting it out results in expected, correct > > behavior :(... > > For my specific use case (mod_rewrite, mod_proxy_ajp, mod_cache) commenting > it out did the trick. > > What are you running into? Might be an idea to create a list of things > that work/don't work and thus need work? There are now tests for both PR 32459 and PR 15207 in httpd-test's t/modules/proxy.t; the former fails at the moment in 2.1 and the latter should fail instead if you flip the silly #define. joe