obiba / agate

OBiBa's user ID provider.
GNU General Public License v3.0
4 stars 7 forks source link

Web services to return json content on error #539

Closed ymarcon closed 5 months ago

ymarcon commented 5 months ago

And not html. Spring mvc error handling to be excluded from "/ws" entry point.

Example:

curl https://agate-demo.obiba.org/ws/users
# accept does not help
curl -H "Accept: application/json" https://agate-demo.obiba.org/ws/users
ymarcon commented 5 months ago

Added some common exception mappers, cleaned the existing ones 74f087c