SEC-1430: Removed username attribute from WebAttributes class.

This commit is contained in:
Luke Taylor 2010-11-26 14:20:19 +00:00
parent 43be9ea2a4
commit 9b29dcb8bf
1 changed files with 0 additions and 1 deletions

View File

@ -20,5 +20,4 @@ public final class WebAttributes {
* @see org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler
*/
public static final String AUTHENTICATION_EXCEPTION = "SPRING_SECURITY_LAST_EXCEPTION";
public static final String LAST_USERNAME = "SPRING_SECURITY_LAST_USERNAME";
}