Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ELY-2149] Enhance logging for silent BASIC authentication mechanism #1581

Merged
merged 1 commit into from
Oct 2, 2021

Conversation

vijay-boddupalli
Copy link
Contributor

https://issues.redhat.com/browse/ELY-2149

Added trace log to indicate the BASIC authentication mechanism is ignored when silent is set and AUTHORIZATION header is not present

@wildfly-ci
Copy link

Hello, vijay-boddupalli. I'm waiting for one of the admins to verify this patch with /ok-to-test in a comment.

@@ -60,6 +62,7 @@

private final boolean includeCharset;
private final String configuredRealm;
private final Logger log = Logger.getLogger(BasicAuthenticationMechanism.class);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR, @vijay-boddupalli!

Just a small comment. Instead of adding this logger, you should be able to make use of the httpBasic logger that's used elsewhere in this file, i.e., you should be able to use httpBasic.trace...

Added trace log to indicate the BASIC authentication mechanism is ignored when silent is set and AUTHORIZATION header is not present
@Skyllarr Skyllarr added the +1 DV label Oct 1, 2021
@fjuma fjuma added the +1 FJ label Oct 1, 2021
@fjuma fjuma merged commit 6b50650 into wildfly-security:1.x Oct 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants