summaryrefslogtreecommitdiffstats
path: root/Http
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2013-07-11 21:36:36 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2013-07-11 21:36:36 +0200
commitc18cc68810d9e785137e0c1eef9b5ee61c87e78f (patch)
tree1994a186ca5e4d36a97048f65c72525a55370e69 /Http
parentb33a8d2632bc4ddcc363e2bb9916af9bdd921a1d (diff)
parentb98d50b0b06fa2e4541c2a3ec59d69591418da80 (diff)
downloadsymfony-security-c18cc68810d9e785137e0c1eef9b5ee61c87e78f.zip
symfony-security-c18cc68810d9e785137e0c1eef9b5ee61c87e78f.tar.gz
symfony-security-c18cc68810d9e785137e0c1eef9b5ee61c87e78f.tar.bz2
Merge branch '2.2' into 2.3v2.3.2
* 2.2: 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/Helper/ProgressHelper.php src/Symfony/Component/Console/Tests/Helper/ProgressHelperTest.php src/Symfony/Component/HttpKernel/Tests/Fragment/HIncludeFragmentRendererTest.php src/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php
Diffstat (limited to 'Http')
-rw-r--r--Http/Firewall/AbstractAuthenticationListener.php2
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.
*