소스 검색

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