Skip to content

Fix 500 error for invalid path when visiting blame page

What does this MR do?

Going to a blame URL for a path that doesn't exist used to result in a 500 error. This MR makes it a 404 error.

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

No

Why was this MR needed?

Wrong server error code for the situation was reported.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #25761 (closed)

Merge request reports