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/Security/Http
Fabien Potencier 091a96ca3d Merge branch '2.3'
* 2.3:
  Fixing singular form for kisses, accesses and addresses.
  fixed some circular references
  [Security] fixed a leak in ExceptionListener
  [Security] fixed a leak in the ContextListener
  Ignore posix_istatty warnings
  removed unused variable
  [Form] fix iterator typehint
  typos
  Button missing getErrorsAsString() fixes #8084 Debug: Not calling undefined method anymore. If the form contained a submit button the call would fail and the debug of the form wasn't possible. Now it will work in all cases. This fixes #8084
  Use isset() instead of array_key_exists() in DIC
  Fixed annotation
  [BrowserKit] fixed method/files/content when redirecting a request
  [BrowserKit] removed some headers when redirecting a request
  [BrowserKit] fixed headers when redirecting if history is set to false (refs #8697)
  [HttpKernel] fixed route parameters storage in the Request data collector (closes #8867)
  [BrowserKit] Pass headers when `followRedirect()` is called
  Return BC compatibility for `@Route` parameters and default values

Conflicts:
	src/Symfony/Component/Security/Http/Firewall/ContextListener.php
2013-09-06 20:21:06 +02:00
..
Authentication Revert "marked some classes as being experimental in 2.3" 2013-06-13 10:14:47 +02:00
Authorization fixed CS 2012-07-09 14:54:20 +02:00
EntryPoint [Security] Return 401 when using use_forward for form authentication 2013-03-23 15:10:50 +01:00
Event [Security] tweaked previous merge 2012-07-26 08:13:41 +02:00
Firewall Merge branch '2.3' 2013-09-06 20:21:06 +02:00
Logout [Security] Extract default logout success handling logic 2012-07-14 16:07:08 +02:00
RememberMe Use HMAC construction for remember me cookie hashes 2013-07-21 21:35:20 +02:00
Session fixed CS 2012-07-09 14:54:20 +02:00
AccessMap.php [Security] added AccessMapInterface 2012-02-15 14:14:40 -08:00
AccessMapInterface.php fixed CS 2012-07-09 14:54:20 +02:00
Firewall.php [HttpKernel] added $event->isMasterRequest() 2013-08-08 14:41:21 -07:00
FirewallMap.php fixed CS (missing or misplaced license blocks) 2012-04-02 00:52:14 -03:00
FirewallMapInterface.php fixed CS 2012-07-09 14:54:20 +02:00
HttpUtils.php Merge branch '2.1' into 2.2 2013-03-15 11:54:52 +01:00
SecurityEvents.php [Security] PHPDoc in SecurityEvents 2013-01-21 16:19:16 +01:00