Jim Jagielski <[EMAIL PROTECTED]> 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
