Skip to content

Fix HTTP status codes for HTTP 403, 404, 422, 500

Pascal Ernster requested to merge fix-http-status-codes into develop

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

Merge request reports

Loading