X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fconf%2Fextra.conf.in;h=48f241d1b6c4b1638a882286b5bcf78c30215b9d;hb=2d48c2fc524aa2c1c077ba4be61970ed698af12d;hp=5445db928f64bb39c106280b49e017929c141a39;hpb=25f55123b7c0b520eb166890bf47f1f3217200af;p=catagits%2FCatalyst-Runtime.git 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]