CRS Convertion does not handle HttpMessageConversionException properly

There is no handler for HttpMessageConversionException, when this exception appears, the response code is 500 with message "internal error". This exception was throwed because certain parameter is missing in the request body.

Edited by Yifan Ye