You need to sign in or sign up before continuing.
Fix 500 error when loading an invalid upload URL
What does this MR do?
Fix a 500 error when accessing a legacy URL like https://gitlab.com/uploads/project/avatar/13083/gitlab-logo-square.png
The previous behaviour was confusing, but I've gone with the same thing: if you're logged in, you get a 404. If you're logged out, you are asked to sign in.