Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle UnmarshalException as Bad Request
If UnmarshalException is thrown (which happens for example when the xml is invalid) then a WebApplicationException is thrown with status code 400 Bad Request. This is also how resteasy-reactive-jackson handles invalid JSON.
- Loading branch information