Closed
Bug 860270
Opened 12 years ago
Closed 12 years ago
The marketplace packaged app at curl -I -k https://marketplace.cdn.mozilla.net/media/packaged-apps/yulelog_prod_2013.04.01_17.40.15.zip does not have an etag, which will prevent app updates
Categories
(Marketplace Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jsmith, Unassigned)
References
Details
If you run:
curl -I https://marketplace.cdn.mozilla.net/media/packaged-apps/yulelog_prod_2013.04.01_17.40.15.zip
You'll see that the marketplace packaged app zip file being used in bug 856799 doesn't contain an etag:
HTTP/1.1 200 OK
Server: nginx
X-Backend-Server: web18.addons.phx1.mozilla.com
Content-Type: application/zip
Accept-Ranges: bytes
Last-Modified: Tue, 02 Apr 2013 18:16:33 GMT
Content-Length: 7580
Cache-Control: max-age=315360000
Expires: Sat, 08 Apr 2023 14:12:20 GMT
Date: Wed, 10 Apr 2013 14:12:20 GMT
Connection: keep-alive
This is a problem - app updates are not going to work if an etag isn't provided.
Comment 2•12 years ago
|
||
We're changing the path to the package since the CDN can't add ETag headers. The update will be pushed today and the package will be available at:
https://marketplace.firefox.com/package.zip
Since this is already done and just waiting on deploy I'm going to close.
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: needinfo?(robhudson.mozbugs)
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•