From 5a03e842bd6d045b79d8e9224695a4ba36b9858c Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Tue, 12 May 2009 01:40:15 +0000 Subject: [PATCH] Correcting Javadoc. --- .../www/BasicProcessingFilterEntryPoint.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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$