Closed
Bug 554976
Opened 15 years ago
Closed 15 years ago
Our app/lang redirect encodes URL vars
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect, P5)
addons.mozilla.org Graveyard
Developer Pages
Tracking
(Not tracked)
RESOLVED
FIXED
5.10
People
(Reporter: clouserw, Assigned: davedash)
Details
(Whiteboard: [z][qa-])
If I go to:
/users/login?next=/en-US/firefox/users/edit
I get a 301 to:
/en-US/firefox/users/login%3Fnext%3D/en-US/firefox/users/edit
which breaks the redirect_to after I log in. The ? and = shouldn't be URL encoded.
| Reporter | ||
Updated•15 years ago
|
Target Milestone: 5.9 → 5.10
| Reporter | ||
Updated•15 years ago
|
Whiteboard: [need:livepages]
| Reporter | ||
Updated•15 years ago
|
Assignee: nobody → dd
| Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 1•15 years ago
|
||
When I hit preview.addons.mozilla.org/users/login?next=/en-US/firefox/users/edit and log in, I get redirected (through a series of 301s and 302s) to:
https://preview.addons.mozilla.org/en-US/firefox/
even though I'm an admin
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 2•15 years ago
|
||
preview.addons.mozilla.org/users/login?next=/en-US/firefox/users/edit is served by remora at the moment...
and... that would have been a completely new issue, not a reopen
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Whiteboard: [need:livepages] → [z][qa-]
Comment 3•15 years ago
|
||
Yeah; there was no [z] in the whiteboard, nor in the URL, but thanks.
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•