Closed
Bug 399106
Opened 17 years ago
Closed 17 years ago
Firefox eBay Edition download/setup files are non-existent
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stephend, Assigned: reed)
References
()
Details
1. Load http://en.www.mozilla.com/en/add-ons/ebay/ using Safari 3.0.3 on Windows
2. Click on the green Download Firefox eBay Edition image/link
Actual Results:
http://releases.mozilla.com/ebay/2.0.0.3-online/win32/en/Firefox%20Setup%202.0.0.6.exe is served, but 404s...
Expected Results:
User should be served the appropriate 2.0.0.6 (or 7, depending on when the partner builds are updated) build for their operating system/platform, which is packaged with the eBay customizations.
Reporter | ||
Updated•17 years ago
|
Summary: Firefox eBay Edition setup files are non-existent → Firefox eBay Edition download/setup files are non-existent
Comment 1•17 years ago
|
||
correct link should be http://releases.mozilla.com/ebay/2.0.0.3-online/win32/en-US/Firefox%20Setup%202.0.0.6.exe
(the -US) is missing in /win32/en ..
Comment 2•17 years ago
|
||
AFAIK www.mozilla.com/en/ is a symbolic link to www.mozilla.com/en-US/ so the code on the en-US download page should be changed to replace the $lang variable by en-US even if it is called from the /en/ folder.
This said, I have never seen the mozilla.com/en/ URLs used anywhere so before making this change to the code, we should know if the ebay page called from /en/ should propose an en-US firefox-ebay or en-GB. Like, is this url used by ebay.co.uk?
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → reed
Assignee | ||
Comment 3•17 years ago
|
||
clouserw: This is another case where en.www.mozilla.com causes problems. Can we track down what is causing people to get 'en' over 'en-US' and fix that? Otherwise, I'd like to add a hack in to force people that go to 'en' over to 'en-US'.
Assignee: reed → nobody
Comment 4•17 years ago
|
||
People would get en over en-US if en was in their accept-lang headers first. And Pascal is correct, it's just a symlink to en-US.
Assignee | ||
Comment 5•17 years ago
|
||
(In reply to comment #4)
> People would get en over en-US if en was in their accept-lang headers first.
> And Pascal is correct, it's just a symlink to en-US.
Yeah, but this breaks stuff that depends on $lang, such as these eBay pages.
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → reed
Assignee | ||
Comment 7•17 years ago
|
||
Fixed in r8798 on trunk. Will tag for stage and production now, as soon as I figure out the new order of things.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 8•17 years ago
|
||
Verified FIXED with Safari 3.0.4 on Windows XP SP 2.
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Component: www.mozilla.org/firefox → www.mozilla.org
Updated•12 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•