When a controller throws an exception the servlet container will eventually set the response status to 500, but it is still 200 generally when the filter chain finishes, unless we catch the exception and do something with it. Fixes gh-57
When a controller throws an exception the servlet container will eventually set the response status to 500, but it is still 200 generally when the filter chain finishes, unless we catch the exception and do something with it. Fixes gh-57