Skip to content

WIP: #17467 Included the possibility of a permissions issue in 404 error messages

What does this MR do?

  1. Adds the possibility of a permissions issue to the 404 error message, as well as its accompanied solution suggestion.
  2. Allows 404 page layout to be responsive.

Are there points in the code the reviewer needs to double check?

Should the other statically served error pages be responsive?

Why was this MR needed?

Users with incorrect permissions should not just be told the resource could not be found but also malicious users should not know exactly when and where they need elevated permissions.

What are the relevant issue numbers?

Fixes #17467 (moved).

Screenshots (if relevant)

UPDATE: Screen_Shot_2016-06-07_at_22.39.57

Merge request reports