diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2013-07-11 21:37:15 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-07-11 21:37:15 +0200 |
commit | 794336a0c44bba2d62cd9bedcf90a4b039ed5bdd (patch) | |
tree | 61b67f504975c205e43d44892b0770392121566b /Http | |
parent | 7097b710127e22b4d40b5b4cd0ba226755737cf4 (diff) | |
parent | c18cc68810d9e785137e0c1eef9b5ee61c87e78f (diff) | |
download | symfony-security-794336a0c44bba2d62cd9bedcf90a4b039ed5bdd.zip symfony-security-794336a0c44bba2d62cd9bedcf90a4b039ed5bdd.tar.gz symfony-security-794336a0c44bba2d62cd9bedcf90a4b039ed5bdd.tar.bz2 |
Merge branch '2.3'
* 2.3:
Reverts JSON_NUMERIC_CHECK
Just a Typo
[Yaml] removed wrong comment removal inside a string block
Fixing configuration validation error messages.
[HtppKernel] fixed inline fragment renderer
fixed inline fragment renderer
ProgressHelper shows percentage complete.
Comment fixed: RedrawFrequency is measured in steps.
fix handling of a default 'template' as a string
Conflicts:
src/Symfony/Component/Console/Tests/Helper/ProgressHelperTest.php
Diffstat (limited to 'Http')
-rw-r--r-- | Http/Firewall/AbstractAuthenticationListener.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/Firewall/AbstractAuthenticationListener.php b/Http/Firewall/AbstractAuthenticationListener.php index 562ba10..4e71e99 100644 --- a/Http/Firewall/AbstractAuthenticationListener.php +++ b/Http/Firewall/AbstractAuthenticationListener.php @@ -164,7 +164,7 @@ abstract class AbstractAuthenticationListener implements ListenerInterface /** * Whether this request requires authentication. * - * The default implementation only processed requests to a specific path, + * The default implementation only processes requests to a specific path, * but a subclass could change this to only authenticate requests where a * certain parameters is present. * |