You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Maxence Dewil <ma...@gmail.com> on 2021/02/03 14:36:37 UTC

JAX-RS - Query param databinding - HTTP 404

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