Andy Grundman schrieb:
On Mar 12, 2008, at 11:53 AM, Andy Grundman wrote:

While testing this I found that mod_cgi also seems to strip the Authorization header. I found this ugly fix:

RewriteCond %{HTTP:Authorization} ^(.+)
RewriteRule ^(.*)$ $1 [E=HTTP_AUTHORIZATION:%1,PT]

I found a lot of references in various FastCGI-PHP related stuff about the 'more standard' Authorization header. Unfortunately I am not quite sure what standard they refer to ...

Good news! This fix appears to work for mod_fastcgi also and doesn't require any Catalyst code changes. :)

I'll still check in my test and update the docs.

Great. Thanks again for the work.

-Thomas

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to