Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44db49f

Browse files
committed
minor #45385 [Security] Add debug info about auth entry point (Seldaek)
This PR was merged into the 6.1 branch. Discussion ---------- [Security] Add debug info about auth entry point | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Commits ------- 9a8823c Add debug info about auth entry point
2 parents f219f06 + 9a8823c commit 44db49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ private function startAuthentication(Request $request, AuthenticationException $
189189
$this->throwUnauthorizedException($authException);
190190
}
191191

192-
$this->logger?->debug('Calling Authentication entry point.');
192+
$this->logger?->debug('Calling Authentication entry point.', ['entry_point' => $this->authenticationEntryPoint]);
193193

194194
if (!$this->stateless) {
195195
$this->setTargetPath($request);

0 commit comments

Comments
 (0)