Commits
Click on a commit to change the comparison rangeFix Content-Type for HTTP exceptions
HTTP exceptions are returned as a plain text message, but various HTTP
framework views default to `text/html` as the Content-Type or don't set
it at all. Set the Content-Type to `text/plain` so that these are
displayed correctly.