Page MenuHomePhabricator

Pre-login destination not remembered when login succeeds in Wikimania Scholarships application
Closed, ResolvedPublic

Description

At some point a regression was introduced in the login path. The app used to redirect the user to the URL they initial specified before they were redirected to the login screen. The user seems to always be redirected to the default page now.


Version: wmf-deployment
Severity: normal

Details

Reference
bz58558

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 2:27 AM
bzimport set Reference to bz58558.

Change 102969 had a related patch set uploaded by BryanDavis:
Store full URL in session when redirecting to login form

https://gerrit.wikimedia.org/r/102969

This was broken by a change made during the security review to validate the URL stored in the users' pre-authentication session. The redirect code now expects to find a full qualified URL rather than just the local route path.

Change 102969 merged by jenkins-bot:
Store full URL in session when redirecting to login form

https://gerrit.wikimedia.org/r/102969