Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 88079 invoked from network); 25 Jun 2004 14:38:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 25 Jun 2004 14:38:52 -0000 Received: (qmail 81800 invoked by uid 500); 25 Jun 2004 14:38:22 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 81616 invoked by uid 500); 25 Jun 2004 14:38:20 -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 81518 invoked by uid 99); 25 Jun 2004 14:38:17 -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: from [80.91.224.249] (HELO main.gmane.org) (80.91.224.249) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 25 Jun 2004 07:38:16 -0700 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Bdrq9-0006eR-00 for ; Fri, 25 Jun 2004 16:38:05 +0200 Received: from adsl-34-76-42.mia.bellsouth.net ([67.34.76.42]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Jun 2004 16:38:05 +0200 Received: from joe+gmane by adsl-34-76-42.mia.bellsouth.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Jun 2004 16:38:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: dev@httpd.apache.org To: dev@httpd.apache.org From: Joe Schaefer Subject: Re: Proxy Cookie Support (Bug #10722) Date: 25 Jun 2004 10:38:01 -0400 Lines: 19 Message-ID: <87isdfu2ie.fsf@gemini.sunstarsys.com> References: <87n02ru5vb.fsf@gemini.sunstarsys.com> <200406251401.i5PE1tC12214@devsys.jaguNET.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-34-76-42.mia.bellsouth.net Mail-Copies-To: never User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Jim Jagielski writes: > Joe Schaefer wrote: > > > > But is the err_headers_out logic in proxy_http.c HEAD really ok? > > It appears to put a copy of r->err_headers_out into r->headers_out, > > so I'm wondering why this doesn't produce duplicates in the final > > response (ie. doesn't httpd add r->err_headers_out itself, in > > ap_http_header_filter)? > > > > It overlays the 2, so yes. Just to be sure we're on the same page- you agree here that HEAD will erroneously produce duplicates of any "Set-Cookie" headers in the proxy server's r->err_headers_out table. -- Joe Schaefer