On 8/10/07, Rich Bowen <[EMAIL PROTECTED]> wrote: > Received this query from a friend and colleague: > > > ... I've been working on an issue at > > work, where we're trying to remove some headers from a (proxied) > > request. Whilst I was looking for a solution I came across this > > patch: > > > > http://mail-archives.apache.org/mod_mbox/httpd-cvs/200406.mbox/% > > [EMAIL PROTECTED] > > > > but when I looked at the mod_headers docs - > > http://httpd.apache.org/docs/2.0/mod/mod_headers.html > > > > I can't see anything about it. > > > > I was wondering if the patch was reversed or wasn't used, or whether > > the documentation was behind. > > > Looking at the code, I'm not entirely certain if the patch is in > there or not. The removed lines are missing, but so are the added > lines. Can someone shed any light on this for me, please? Or is this > so long ago that it's no longer answerable?
From http://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x/modules/metadata/mod_headers.c it looks like it is in there to me. (Header and RequestHeader processing are identical.) The docs just never got backported to 2.0. Joshua.
