diff options
author | Cagdas Gerede <Earth@BlueSky> | 2016-11-10 04:08:45 +0300 |
---|---|---|
committer | Cagdas Gerede <Earth@BlueSky> | 2016-11-10 04:08:45 +0300 |
commit | 4acedecc7b7ba2fe0ba76464019aeaca2984655d (patch) | |
tree | f9efcb5256456a8ad8f1ab88b173009473088a86 /changelogs | |
parent | bcba8b25975d87d31299ac6238c1bad6da323b61 (diff) | |
download | gitlab-ce-4acedecc7b7ba2fe0ba76464019aeaca2984655d.tar.gz |
Fixing the issue of visiting a project fork url giving 500 error when not signed in instead of being redirected to the sign in page. The main reason is ApplicationController skips authentication if the project exists. To fix the issue, forced the authentication in ForksController when current_user is nil.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/fix-singin-redirect-for-fork-new.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-singin-redirect-for-fork-new.yml b/changelogs/unreleased/fix-singin-redirect-for-fork-new.yml new file mode 100644 index 00000000000..e4cf8de8699 --- /dev/null +++ b/changelogs/unreleased/fix-singin-redirect-for-fork-new.yml @@ -0,0 +1,5 @@ +--- +title: Fixing the issue of the project fork url giving 500 when not signed instead + of being redirected to sign in page +merge_request: +author: Cagdas Gerede |