merged branch jalliot/patch-5 (PR #4936)

Commits
-------

e43a5c7 [Security] Changed logger channel for default auth failure handler

Discussion
----------

[Security] Changed logger channel for default auth failure handler

Bug fix: yes
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes

Bug fix for 2.1 only.

---------------------------------------------------------------------------

by stof at 2012-07-15T15:58:05Z

👍
This commit is contained in:
Fabien Potencier 2012-07-15 18:14:04 +02:00
commit 75d8ecbb6b
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@
</service>
<service id="security.authentication.failure_handler" class="%security.authentication.failure_handler.class%" abstract="true" public="false">
<tag name="monolog.logger" channel="security" />
<argument type="service" id="http_kernel" />
<argument type="service" id="security.http_utils" />
<argument type="collection" /> <!-- Options -->