mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-21 22:05:48 +00:00
SEC-1430: Removed username attribute from WebAttributes class.
This commit is contained in:
parent
43be9ea2a4
commit
9b29dcb8bf
@ -20,5 +20,4 @@ public final class WebAttributes {
|
|||||||
* @see org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler
|
* @see org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler
|
||||||
*/
|
*/
|
||||||
public static final String AUTHENTICATION_EXCEPTION = "SPRING_SECURITY_LAST_EXCEPTION";
|
public static final String AUTHENTICATION_EXCEPTION = "SPRING_SECURITY_LAST_EXCEPTION";
|
||||||
public static final String LAST_USERNAME = "SPRING_SECURITY_LAST_USERNAME";
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user