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
Fabien Potencier 74ebd057a1 merged branch tna/session-cache-limiter (PR #3400)
Commits
-------

fb2bb65 [HttpFoundation] Fix session.cache_limiter is not set correctly

Discussion
----------

[HttpFoundation] Fix session.cache_limiter is not set correctly

Bug fix: yes
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
Fixes the following tickets: -
Todo: -

Fixes a regression after the session refactoring where extra cache control http headers are sent.

This was previously handled by [calling session_cache_limiter(false) in NativeSessionStorage](https://github.com/symfony/symfony/blob/2.0/src/Symfony/Component/HttpFoundation/SessionStorage/NativeSessionStorage.php#L81)

---------------------------------------------------------------------------

by drak at 2012-02-21T12:23:48Z

@fabpot - this code can be merged imo.
2012-02-21 14:47:46 +01:00
..
File removed unused use statements 2011-10-29 12:01:53 +02:00
Session merged branch tna/session-cache-limiter (PR #3400) 2012-02-21 14:47:46 +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 merged branch stloyd/tests_fix (PR #1860) 2011-08-27 08:01:17 +02:00
HeaderBagTest.php [Tests] Use proper phpunit assertion functions: "assertTrue", "assertFalse", "assertNull" 2011-08-25 15:41:15 +02:00
ParameterBagTest.php fixed CS 2011-10-29 12:05:45 +02:00
RedirectResponseTest.php fixed CS 2012-02-10 13:35:11 +01:00
RequestMatcherTest.php removed unused use statements 2011-10-29 12:01:53 +02:00
RequestTest.php [HttpFoundation] fixed Request::create() when passing arguments as an array (closes #3314) 2012-02-12 00:26:10 +01:00
ResponseHeaderBagTest.php [CS] Fix usage of assertCount 2012-01-18 14:42:47 +01:00
ResponseTest.php merged 2.0 2012-01-17 11:23:18 +01:00
ServerBagTest.php [HttpFoundation] made PHP_AUTH_PW optional 2011-07-26 09:32:45 +02:00
StreamedResponseTest.php [streaming] Document and test that Transfer-Encoding is absent 2012-01-02 20:21:31 +01:00