diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2011-06-20 07:08:46 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2011-06-22 14:47:19 +0200 |
commit | 100bc023abb4c1908b0d468dda6869e47494e355 (patch) | |
tree | 2780db9d5ab963bd0c8216622c647771f343fc64 /Http/EntryPoint/BasicAuthenticationEntryPoint.php | |
parent | 2ebfd97612d3d5ef4fc6f632b27a242eed8a1f0f (diff) | |
download | symfony-security-100bc023abb4c1908b0d468dda6869e47494e355.zip symfony-security-100bc023abb4c1908b0d468dda6869e47494e355.tar.gz symfony-security-100bc023abb4c1908b0d468dda6869e47494e355.tar.bz2 |
[Security] added an HttpUtils class to manage logic related to Requests and Responses
This change removes the need for the {_locale} hack.
Now, all paths in the Security component can be:
* An absolute path (/login)
* An absolute URL (http://symfony.com/login)
* A route name (login)
So, if you want to use a path that includes a global parameter (like _locale),
use a route instead of a path.
Diffstat (limited to 'Http/EntryPoint/BasicAuthenticationEntryPoint.php')
0 files changed, 0 insertions, 0 deletions