Closed Bug 826785 Opened 12 years ago Closed 11 years ago

Redirect back after sign in not working

Categories

(Webtools Graveyard :: Air Mozilla, defect, P2)

x86
macOS
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: peterbe, Assigned: peterbe)

Details

If I enter a URL whilst not being logged in it takes me to the page says it's protected. From there, I'm asked to sign in which I do. Successfully. Then once I've signed in it redirects me back to the home page. Not to the private event I set out to reach in the first place.
Priority: -- → P3
Priority: P3 → P4
Priority: P4 → P2
This is still a problem. An annoying one.
Assignee: nobody → peterbe
Status: NEW → ASSIGNED
The problem is that it's not redirecting correctly *before* it gets to the `/login/` page. If you try to go to the management pages it redirects correctly: E.g.:: curl -v https://air.mozilla.org/manage/ ... < HTTP/1.1 302 FOUND < Location: https://air.mozilla.org/login/?next=/manage/ Bug:: curl -v https://air.mozilla.org/mwc-2014-staff-logistics-meeting/ < HTTP/1.1 302 FOUND < Location: https://air.mozilla.org/login/ See, it's missing the `?next=/...`
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.