Browse Source

Correcting Javadoc.

Luke Taylor 16 years ago
parent
commit
5a03e842bd

+ 4 - 3
web/src/main/java/org/springframework/security/web/authentication/www/BasicProcessingFilterEntryPoint.java

@@ -28,11 +28,12 @@ import org.springframework.util.Assert;
 
 
 /**
- * Used by the <code>SecurityEnforcementFilter</code> to commence authentication via the {@link
- * BasicProcessingFilter}.<P>Once a user agent is authenticated using BASIC authentication, logout requires that
+ * Used by the <code>ExceptionTraslationFilter</code> to commence authentication via the {@link BasicProcessingFilter}.
+ * <p>
+ * 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.</p>
+ * the browser its credentials are no longer authorized, causing it to prompt the user to login again.
  *
  * @author Ben Alex
  * @version $Id$