5b923c78ea
The null check in setPostAuthenticationChecks of AbstractUserDetailsReactiveAuthenticationManager asserted the current field value, which is initialized to a default and can never be null, instead of the method parameter. As a result, null was silently accepted and the next authenticate call failed with a raw NullPointerException instead of failing fast with a clear message. Closes gh-19276 Signed-off-by: dae won <eodnjs01477@gmail.com>