Closed
Bug 636875
Opened 14 years ago
Closed 14 years ago
Navigating to the full site is not always successful
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
5.12.12
People
(Reporter: krupa.mozbugs, Assigned: oremj)
References
Details
(Whiteboard: [mamo][post-freeze+])
Fennec 4.0b2 on Droid Incredible(htc)
steps to reproduce:
1. Load the mobile homepage
2. Click on "View Full site" button in the footer
expected behavior:
User navigates to the full site
observed behavior:
mobile AMO reloads. However, doing a search after step#2, loads the full site.
Comment 1•14 years ago
|
||
do you know if it works in the latest beta? (we're on b5 now!)
Comment 2•14 years ago
|
||
If it's using cookies it should work in any browser
| Reporter | ||
Comment 3•14 years ago
|
||
reproducible in 4.0b5 as well
Comment 4•14 years ago
|
||
I'd like to get these pages out next thursday, so leaving this in .12. Let me know if I can help with anything here.
Assignee: nobody → jbalogh
Whiteboard: [mamo] → [mamo][post-freeze+]
Comment 5•14 years ago
|
||
oremj: Please update the mobile trafficscript from bug 626871 to Vary on User-Agent, Cookie. That's the only problem I can imagine having here. The View Full Site button worked fine for me and set the cookie properly.
- http.addResponseHeader("Vary", "User-Agent");
+ http.addResponseHeader("Vary", "User-Agent,Cookie");
Assignee: jbalogh → jeremy.orem+bugs
| Assignee | ||
Comment 6•14 years ago
|
||
I've made this change. Also, it looks like we haven't enabled this in production yet. Should it be enabled?
Comment 7•14 years ago
|
||
(In reply to comment #6)
> I've made this change. Also, it looks like we haven't enabled this in
> production yet. Should it be enabled?
Not until thursday. Krupa - can you verify if this if fixed?
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
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
•