Fix HTTP status codes for HTTP 403, 404, 422, 500
Don't return status code 200 but the correct status code.
Remove files hyrax/public/{404,422,500}.html, which made Rails return status code 200 instead of the one configured in hyrax/app/controllers/errors_controller.rb
Signed-off-by: Pascal Ernster pascal.ernster@rub.de