[SpringBoot 3.2.0] Every 404 Exception Error Will Be Route To 500 in @ControllerAdvice #38744
Labels
for: external-project
For an external project and not something we can fix
status: duplicate
A duplicate of another issue
Problem :
After updating to SpringBoot 3.2.0 everytime 404
NoResourceFoundException
happened, it will re-route to 500 error due to default exception handler in@ControllerAdvice
.How to reproduce :
localhost:8100/invalidURI/1
RestExceptionHandler:
Expected behaviour
NoResourceFoundException
should not route to 500 error.The text was updated successfully, but these errors were encountered: