Closed ememisya closed 7 years ago
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();
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();