From 8bc156fd529cc1bf90f8a5d4ddacefaf58c016e2 Mon Sep 17 00:00:00 2001 From: vpaladiychuk <vpaladiychuk@ebay.com> Date: Tue, 27 Oct 2015 19:38:04 +0200 Subject: [PATCH] MAGETWO-43972: [HHVM] All API (Rest and Soap) tests started to fail on HHVM --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 45ba87df42c..67fe556826e 100644 --- a/.htaccess +++ b/.htaccess @@ -127,7 +127,7 @@ ## workaround for HTTP authorization ## in CGI environment - RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] +## RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] ############################################ ## TRACE and TRACK HTTP methods disabled to prevent XSS attacks -- GitLab