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} = delete $env{Authorization};
}
I have a patch and a test and will check it in soon.
Great. Thanks!
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
