فهرست منبع

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