Skip to content

Avoid attempting to load a user in current_user in the API exception handler

Stan Hu requested to merge sh-fix-api-exception-handling into master

This could lead to incorrect exceptions such as those found in https://gitlab.com/gitlab-org/gitlab-ce/issues/37680.

Merge request reports