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
|
||||
*/
|
||||
public static final String AUTHENTICATION_EXCEPTION = "SPRING_SECURITY_LAST_EXCEPTION";
|
||||
public static final String LAST_USERNAME = "SPRING_SECURITY_LAST_USERNAME";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue