瀏覽代碼

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);