X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fconf%2Fextra.conf.in;h=48f241d1b6c4b1638a882286b5bcf78c30215b9d;hp=5445db928f64bb39c106280b49e017929c141a39;hb=88e5a8b0c4d28e46b8ba6b6b9567063e57af9063;hpb=9868e0a0023cc8b598d60f150ea367e0056a65f3 diff --git a/t/conf/extra.conf.in b/t/conf/extra.conf.in index 5445db9..48f241d 100644 --- a/t/conf/extra.conf.in +++ b/t/conf/extra.conf.in @@ -13,7 +13,7 @@ # one CGI test will fail if you don't have mod_rewrite enabled RewriteEngine on RewriteRule /cgi$ /cgi/ [PT] - + # Pass-through Authorization header for CGI/FastCGI RewriteCond %{HTTP:Authorization} ^(.+) RewriteRule ^(.*)$ $1 [E=HTTP_AUTHORIZATION:%1,PT]