Skip to content

7:28Add debug logging for parent AuthenticationManager#19189

Open
jankavka wants to merge 1 commit into
spring-projects:mainfrom
jankavka:feature/logger-update
Open

7:28Add debug logging for parent AuthenticationManager#19189
jankavka wants to merge 1 commit into
spring-projects:mainfrom
jankavka:feature/logger-update

Conversation

@jankavka
Copy link
Copy Markdown

When a parent AuthenticationManager fails with an
AuthenticationException, the exception is currently caught and stored silently, making it difficult to diagnose authentication failures that originate in the parent manager at runtime.

Add a debug log message consistent with the existing logging throughout the authenticate method to aid
debugging.

The affected code path is already covered by existing tests in ProviderManagerTests.

When a parent AuthenticationManager fails with an
AuthenticationException, the exception is currently
caught and stored silently, making it difficult to
diagnose authentication failures that originate in
the parent manager at runtime.

Add a debug log message consistent with the existing
logging throughout the authenticate method to aid
debugging.

The affected code path is already covered by existing
tests in ProviderManagerTests.

Signed-off-by: jankavka <jankavka@seznam.cz>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label May 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting-for-triage An issue we've not yet triaged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants