浏览代码

SEC-1430: Removed username attribute from WebAttributes class.

Luke Taylor 14 年之前
父节点
当前提交
9b29dcb8bf
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      web/src/main/java/org/springframework/security/web/WebAttributes.java

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