1
0
mirror of synced 2026-08-04 09:17:02 +00:00

Fix formatting

This commit is contained in:
Steve Riesenberg
2023-10-31 11:49:30 -05:00
parent f501c8547e
commit d0a5ada2da
2 changed files with 4 additions and 3 deletions
@@ -221,7 +221,8 @@ public class BasicAuthenticationFilter extends OncePerRequestFilter {
return true;
}
// Handle unusual condition where an AnonymousAuthenticationToken is already
// present. This shouldn't happen very often, as BasicAuthenticationFilter is meant to
// present. This shouldn't happen very often, as BasicAuthenticationFilter is
// meant to
// be earlier in the filter chain than AnonymousAuthenticationFilter.
// Nevertheless, presence of both an AnonymousAuthenticationToken together with a
// BASIC authentication request header should indicate reauthentication using the