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/EntryPoint
Fabien Potencier bc256f9da4 Merge branch '2.2' into 2.3
* 2.2:
  fixed Client when using the terminable event
  Fix problem with Windows file links (backslash in JavaScript string)
  [Security] fixed wrong phpdoc
  [Routing] removed extra argument
  [HttpFoundation] Header `HTTP_X_FORWARDED_PROTO` can contain various values Some proxies use `ssl` instead of `https`, as well as Lighttpd mod_proxy allows value chaining (`https, http`, where `https` is always first when request is encrypted).
  Added doc comments

Conflicts:
	src/Symfony/Component/HttpFoundation/Request.php
2013-09-29 21:41:41 +02:00
..
AuthenticationEntryPointInterface.php Fix some annotates 2013-09-19 11:36:05 +02:00
BasicAuthenticationEntryPoint.php Added doc comments 2013-09-19 18:46:04 +02:00
DigestAuthenticationEntryPoint.php Added doc comments 2013-09-19 18:46:04 +02:00
FormAuthenticationEntryPoint.php Merge branch '2.2' into 2.3 2013-09-29 21:41:41 +02:00
RetryAuthenticationEntryPoint.php Added doc comments 2013-09-19 18:46:04 +02:00