From 318dec845a29d63c5730b9fa169773d6f7f2cbad Mon Sep 17 00:00:00 2001 From: Martin Lukas Date: Sun, 29 Oct 2023 12:54:08 +0000 Subject: [PATCH] Update obsolete comment reference (former name of the class) --- .../web/authentication/www/BasicAuthenticationFilter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/java/org/springframework/security/web/authentication/www/BasicAuthenticationFilter.java b/web/src/main/java/org/springframework/security/web/authentication/www/BasicAuthenticationFilter.java index 8841937c51..cb390e061f 100644 --- a/web/src/main/java/org/springframework/security/web/authentication/www/BasicAuthenticationFilter.java +++ b/web/src/main/java/org/springframework/security/web/authentication/www/BasicAuthenticationFilter.java @@ -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