Browse Source

SEC-1430: Removed username attribute from WebAttributes class.

Luke Taylor 14 years ago
parent
commit
9b29dcb8bf

+ 0 - 1
web/src/main/java/org/springframework/security/web/WebAttributes.java

@@ -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";
 }