Closed
Bug 546762
Opened 15 years ago
Closed 15 years ago
Redirect from gmail fails on accessing the second link in share add-on email ;206(Partial Content) code returned
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
5.7
People
(Reporter: krupa.mozbugs, Assigned: wenzel)
References
Details
Attachments
(1 file)
|
106.23 KB,
image/png
|
Details |
steps to reproduce:
1.Share an add-on via email to gmail account
2.Log in to the gmail account
3.Click on the second link in the email
observed behavior:
redirect fails with 206(Partial Content) code.A blank page loads and the status bar shows "stopped"
additional info:
-First link redirects properly
-Copy+paste of the second link loads the correct page
| Assignee | ||
Comment 1•15 years ago
|
||
Due to gmail's outgoing redirects, Firefox interprets this as an install attempt from mail.google.com (which is okay). On Firefox I get no yellow bar, while clouserw got one on SeaMonkey. Might be a client bug.
Nonetheless, clouserw wonders if maybe we should drop this link altogether, to discourage people from installing add-ons straight out of emails.
Comment 2•15 years ago
|
||
Nick, fligtar - comments?
| Assignee | ||
Comment 3•15 years ago
|
||
I filed a bug on the underlying client issue: bug 546896.
| Assignee | ||
Comment 4•15 years ago
|
||
Making this a blocker for 5.7.
Blocks: 547040
Severity: normal → blocker
Comment 5•15 years ago
|
||
We can take out the link, but my concern is that we need to ensure that the link tracking works on the remaining link- since it's not a download link, download source tracking won't work.
Comment 6•15 years ago
|
||
(In reply to comment #5)
> since it's not a download link, download source tracking won't work.
This is not true.
| Assignee | ||
Comment 7•15 years ago
|
||
I removed the link in r62674. Download source tracking has been added in bug 546733.
Comment 8•15 years ago
|
||
rad
Updated•15 years ago
|
Keywords: push-needed
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
•