10000 Merge remote branch 'weaverryan/security_context_missing_logging' · lidaa/symfony@614ebe3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 614ebe3

Browse files
committed
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
2 parents da09411 + 5fe5ceb commit 614ebe3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Security/Http/Firewall/ContextListener.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public function __construct(SecurityContext $context, array $userProviders, $con
4747
$this->context = $context;
4848
$this->userProviders = $userProviders;
4949
$this->contextKey = $contextKey;
50+
$this->logger = $logger;
5051

5152
if (null !== $dispatcher) {
5253
$dispatcher->addListener(Events::onCoreResponse, $this);

0 commit comments

Comments
 (0)
0