This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Component/HttpFoundation
kepten a450d002f2 [HttpFoundation] HTTP Basic authentication is broken with PHP as cgi/fastCGI under Apache
Bug fix: yes
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
Fixes the following tickets: #1813
Todo: -

In order to work, add this to the .htaccess:

RewriteEngine on
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ app.php [QSA,L]
2012-04-20 18:39:29 +02:00
..
File removed unused use statements 2011-10-29 11:56:30 +02:00
SessionStorage [Session] Add Test for PDO Session Storage with SQLite in Memory DB. 2012-02-27 16:32:07 +01:00
ApacheRequestTest.php [HttpFoundation] fixed ApacheRequest 2011-12-21 13:57:56 -08:00
CookieTest.php [HttpFoundation] Cookie values should not be restricted 2011-11-23 11:38:46 +01:00
FileBagTest.php [HttpFoundation] changed \LogicException to \InvalidArgumentException 2011-08-26 08:45:12 +02:00
HeaderBagTest.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
ParameterBagTest.php fixed CS 2011-06-08 19:56:59 +02:00
RequestMatcherTest.php fixes several bugs 2011-07-19 16:21:58 +02:00
RequestTest.php made the assertions in the RequestTest more explicit and improved PHPDoc 2012-01-09 06:33:53 +01:00
ResponseHeaderBagTest.php [HttpFoundation] standardized cookie paths (an empty path is equivalent to /) 2011-09-28 10:49:50 +02:00
ResponseTest.php [HttpFoundation] fixed exception message (closes #3123) 2012-01-16 22:09:07 +01:00
ServerBagTest.php [HttpFoundation] HTTP Basic authentication is broken with PHP as cgi/fastCGI under Apache 2012-04-20 18:39:29 +02:00
SessionTest.php fixed CS 2011-10-29 12:03:59 +02:00