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)
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.
Updated•12 years ago
|
Priority: -- → P3
Updated•11 years ago
|
Priority: P3 → P4
| Assignee | ||
Updated•11 years ago
|
Priority: P4 → P2
| Assignee | ||
Comment 1•11 years ago
|
||
This is still a problem. An annoying one.
Assignee: nobody → peterbe
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•11 years ago
|
||
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=/...`
Comment 3•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/airmozilla
https://github.com/mozilla/airmozilla/commit/4e6b3cc576d16e5489b4ff5940fc5df085e91bd4
fixes bug 826785 - Redirect back after sign in not working
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•