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/src/Symfony/Component/HttpKernel/Tests
Fabien Potencier 902efb8a84 bug #11937 [HttpKernel] Make sure HttpCache is a trusted proxy (thewilkybarkid)
This PR was merged into the 2.3 branch.

Discussion
----------

[HttpKernel] Make sure HttpCache is a trusted proxy

| Q             | A
| ------------- | ---
| Bug fix?      | yes (of sorts)
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #9292
| License       | MIT
| Doc PR        | https://github.com/symfony/symfony-docs/pull/4239

Fixes #9292 by adding `127.0.0.1` as a trusted proxy when using `HttpCache` (assuming it hasn't been already).

Commits
-------

ca65362 Make sure HttpCache is a trusted proxy
2014-09-22 15:44:41 +02:00
..
Bundle fixed CS 2014-09-22 10:32:35 +02:00
CacheClearer moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
CacheWarmer moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
Config fix some file mode bug 755->644 2013-08-06 10:31:28 +08:00
Controller made parsing controllers more robust 2014-03-27 08:52:42 +01:00
DataCollector fixed CS 2014-09-22 10:32:35 +02:00
Debug fixed CS 2014-09-22 10:32:35 +02:00
DependencyInjection fixed CS 2014-09-22 10:32:35 +02:00
EventListener fixed CS 2014-09-22 10:32:35 +02:00
Fixtures fixed CS 2014-09-22 10:32:35 +02:00
Fragment fixed CS 2014-09-22 10:32:35 +02:00
HttpCache bug #11937 [HttpKernel] Make sure HttpCache is a trusted proxy (thewilkybarkid) 2014-09-22 15:44:41 +02:00
Profiler fixed CS 2014-09-22 10:32:35 +02:00
ClientTest.php fixed CS 2014-09-22 10:32:35 +02:00
HttpKernelTest.php fixed CS for lambdas 2013-12-28 08:46:05 +01:00
KernelTest.php fixed CS 2014-09-22 10:32:35 +02:00
Logger.php Fixing the Logger deprecation notices to match the correct method name it should be informing of 2014-01-16 10:15:18 +01:00
TestHttpKernel.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
UriSignerTest.php added some unit tests (and fixed some bugs) 2013-01-10 16:26:59 +01:00