[Catalyst-dev] X-Forwarded-* headers patches
Andy Grundman
andy at hybridized.org
Sun Jun 17 13:57:44 GMT 2007
On Jun 17, 2007, at 1:45 AM, Dave Rolsky wrote:
> Per discussion on the catalyst list, this patch implements handling
> for a bunch of different X-Forwarded headers in a centralized spot,
> so that all engines benefit. I've also included patches for the
> Apache and SCGI engines to remove the proxy-related code they had
> implemented internally.
I see jrockway already committed this to a branch, so ignore my
previous message.
The one issue I have with this patch is that there may be plugins out
there that rely on the current code and need the adjusted proxy
values during a prepare_* stage. The session plugins come to mind
and may be broken by this patch.
More information about the Catalyst-dev
mailing list