diff --git a/web/src/main/java/org/springframework/security/web/authentication/www/BasicProcessingFilterEntryPoint.java b/web/src/main/java/org/springframework/security/web/authentication/www/BasicProcessingFilterEntryPoint.java index d302e2d978..0a23904620 100644 --- a/web/src/main/java/org/springframework/security/web/authentication/www/BasicProcessingFilterEntryPoint.java +++ b/web/src/main/java/org/springframework/security/web/authentication/www/BasicProcessingFilterEntryPoint.java @@ -28,11 +28,12 @@ import org.springframework.util.Assert; /** - * Used by the SecurityEnforcementFilter to commence authentication via the {@link - * BasicProcessingFilter}.

Once a user agent is authenticated using BASIC authentication, logout requires that + * Used by the ExceptionTraslationFilter to commence authentication via the {@link BasicProcessingFilter}. + *

+ * Once a user agent is authenticated using BASIC authentication, logout requires that * the browser be closed or an unauthorized (401) header be sent. The simplest way of achieving the latter is to call * the {@link #commence(HttpServletRequest, HttpServletResponse, AuthenticationException)} method below. This will indicate to - * the browser its credentials are no longer authorized, causing it to prompt the user to login again.

+ * the browser its credentials are no longer authorized, causing it to prompt the user to login again. * * @author Ben Alex * @version $Id$