Spring Boot (3.5.0) – Rest Controller – 400 with HTML response body
I am encountering a problem that spring boot restful service returns 400(badRequest) with html response body when the request uri path variable is blank for example:
URI path: ../v1/users/{id}/job where id is blank and so the request path will be ../v1/users//job
.