Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 44db49f

Browse filesBrowse 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
Copy full SHA for 44db49f

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.