[Catalyst] Authorization header absent under mod_fcgi

Tom Ott himself at tomott.de
Wed Mar 12 15:56:25 GMT 2008


Andy Grundman schrieb:
> Yeah, it's a bug in mod_fastcgi but we can work around it easily.  =

> Lighttpd properly passes the header as HTTP_AUTHORIZATION.  For =

> mod_fastcgi we'll have to do this:
> =

> if ( $env{Authorization} ) {
>     $env{HTTP_AUTHORIZATION} =3D delete $env{Authorization};
> }
> =

> I have a patch and a test and will check it in soon.

Great. Thanks!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3275 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.scsys.co.uk/pipermail/catalyst/attachments/20080312/246d=
7d10/smime.bin


More information about the Catalyst mailing list