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
BCryptPasswordEncoder.encode() throws a Null Pointer Exception (NPE) when passing in a nullrawPassword and then rawPassword.toString() is called inside the method.
This method can and should be made null-safe, either: