浏览代码

Update obsolete comment reference (former name of the class)

Martin Lukas 1 年之前
父节点
当前提交
318dec845a

+ 1 - 1
web/src/main/java/org/springframework/security/web/authentication/www/BasicAuthenticationFilter.java

@@ -221,7 +221,7 @@ public class BasicAuthenticationFilter extends OncePerRequestFilter {
 			return true;
 			return true;
 		}
 		}
 		// Handle unusual condition where an AnonymousAuthenticationToken is already
 		// 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.
 		// be earlier in the filter chain than AnonymousAuthenticationFilter.
 		// Nevertheless, presence of both an AnonymousAuthenticationToken together with a
 		// Nevertheless, presence of both an AnonymousAuthenticationToken together with a
 		// BASIC authentication request header should indicate reauthentication using the
 		// BASIC authentication request header should indicate reauthentication using the