You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UsernameRule validate implementation doesn't check for null when retrieving the username from PasswordData, which leads to a NPE on the line:
String reverseUser = new StringBuilder(user).reverse().toString();