Closed wfaler closed 13 years ago
On JSON rendering, when validation errors occur, the server should return a HTTP 400 Code and render a JSON formatted list of error messages.
Only the generic 400 page is shown on jetty when doing this. Possibly have to tweak Jetty settings to render this properly?
This has been fixed on master, but deployment time solution will be dependent on servlet container, see: http://bowlerframework.org/manual.html#jsonvalidation
On JSON rendering, when validation errors occur, the server should return a HTTP 400 Code and render a JSON formatted list of error messages.
Only the generic 400 page is shown on jetty when doing this. Possibly have to tweak Jetty settings to render this properly?