Maxence Dewil Wed, 03 Feb 2021 07:00:48 -0800
Hi, When the databinding fails for a query param (for instance a UUID), CXF returns an HTTP 404 Not Found.
I would prefer an HTTP 400 Bad Request (with an error message). How can I customize this behavior ? Thank you