79104319

Date: 2024-10-19 06:23:25
Score: 1.5
Natty:
Report link
  1. It would be good if you shared the logs but first verify that the the path "/user/register" is correct as defined in the controller.
  2. You may also specify the the postmethod ".requestMatchers(HttpMethod.POST, "/user/register").permitAll()".
  3. You may also try do allow anonymous access explicitly using "http.anonymous();
Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Lawrence Kinuthia