mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 17:22:13 +00:00
Update obsolete comment reference (former name of the class)
This commit is contained in:
parent
d3ada48190
commit
318dec845a
@ -221,7 +221,7 @@ public class BasicAuthenticationFilter extends OncePerRequestFilter {
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user