Skip to content

Show the correct error page when access is denied

What does this MR do?

If status is :not_found (404, no message), render the not_found error page instead of access_denied, in access_denied!

Fixes issue where status is 404 but 403 is rendered.

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55110

Does this MR meet the acceptance criteria?

Edited by Luke Bennett

Merge request reports