Correct username key.

This commit is contained in:
Ben Alex 2007-12-04 01:46:26 +00:00
parent 75391e89de
commit 2a83843e7d
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class AuthenticationProcessingFilter extends AbstractProcessingFilter {
public static final String SPRING_SECURITY_FORM_USERNAME_KEY = "j_username";
public static final String SPRING_SECURITY_FORM_PASSWORD_KEY = "j_password";
public static final String SPRING_SECURITY_LAST_USERNAME_KEY = "SECURITY_SECURITY_LAST_USERNAME";
public static final String SPRING_SECURITY_LAST_USERNAME_KEY = "SPRING_SECURITY_LAST_USERNAME";
private String usernameParameter = SPRING_SECURITY_FORM_USERNAME_KEY;
private String passwordParameter = SPRING_SECURITY_FORM_PASSWORD_KEY;