Преглед изворни кода

Merge remote branch 'weaverryan/security_context_missing_logging'

* weaverryan/security_context_missing_logging:
  [Security] Removing test per @schmittjoh as this area is better functionally-tested
  [Security] Adding tests and then fixing bug where ContextListener did no logging
Fabien Potencier пре 14 година
родитељ
комит
614ebe3a39
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/Symfony/Component/Security/Http/Firewall/ContextListener.php

+ 1 - 0
src/Symfony/Component/Security/Http/Firewall/ContextListener.php

@@ -47,6 +47,7 @@ class ContextListener implements ListenerInterface
         $this->context = $context;
         $this->userProviders = $userProviders;
         $this->contextKey = $contextKey;
+        $this->logger = $logger;
 
         if (null !== $dispatcher) {
             $dispatcher->addListener(Events::onCoreResponse, $this);