Browse Source

SEC-1430: Removed username attribute from WebAttributes class.

pull/1/head
Luke Taylor 16 years ago
parent
commit
9b29dcb8bf
  1. 1
      web/src/main/java/org/springframework/security/web/WebAttributes.java

1
web/src/main/java/org/springframework/security/web/WebAttributes.java

@ -20,5 +20,4 @@ public final class WebAttributes { @@ -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";
}

Loading…
Cancel
Save