Correcting Javadoc.

This commit is contained in:
Luke Taylor 2009-05-12 01:40:15 +00:00
parent 1635efcb88
commit 5a03e842bd
1 changed files with 4 additions and 3 deletions

View File

@ -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$