Hi,

Andy Grundman schrieb:
I'm going to look into this. I hope there's a sane way to get it to work without having to special-case the Authorization header.

See my posting "Engine::(Fast)CGI and Basic Auth in Apache 2" on 29.02.2008.

In short: Catalyst::Engine::CGI does only copy environment settings =~ /^(?:HTTP|CONTENT|COOKIE)/i; whereas in Apache2 the env setting is called 'Authorization' and the FastCGI engine subclasses Catalyst::Engine::CGI.

So basically one has to fix repare_headers() in Catalyst::Engine::CGI or subclass the FastCGI as a workaround.

Bye
-Thomas

Attachment: 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/

Reply via email to