Skip to content

Commit

Permalink
Update obsolete comment reference (former name of the class)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Lukas authored and marcusdacoregio committed Oct 31, 2023
1 parent d3ada48 commit 318dec8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ protected boolean authenticationIsRequired(String username) {
return true;
}
// Handle unusual condition where an AnonymousAuthenticationToken is already
// present. This shouldn't happen very often, as BasicProcessingFitler 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
Expand Down

0 comments on commit 318dec8

Please sign in to comment.