From 9b29dcb8bf57d419bc5b4445f40d3a95eb253e4b Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Fri, 26 Nov 2010 14:20:19 +0000 Subject: [PATCH] SEC-1430: Removed username attribute from WebAttributes class. --- .../java/org/springframework/security/web/WebAttributes.java | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/main/java/org/springframework/security/web/WebAttributes.java b/web/src/main/java/org/springframework/security/web/WebAttributes.java index 5343657b9b..4b4ff38247 100644 --- a/web/src/main/java/org/springframework/security/web/WebAttributes.java +++ b/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"; }