PavlidisLab / rdp

Researcher Gene Registry. Originally developed for the Canadian Rare Disease Models & Mechanisms Network
https://rare-diseases-catalyst-network.ca/
Apache License 2.0
5 stars 7 forks source link

Configure a fallback error page #400

Open arteymix opened 12 months ago

arteymix commented 12 months ago

Some errors are current producing generic Tomcat error pages that are not helpful to users.

In addition, the REST API needs to properly handle 400 errors (and maybe some other status as well) raised by Spring MVC before they get feeded to the default handler.