Closed
Bug 825237
Opened 13 years ago
Closed 13 years ago
We should not save the ETag if the package is incorrect
Categories
(Core Graveyard :: DOM: Apps, defect)
Tracking
(blocking-basecamp:+, firefox19 fixed, firefox20 fixed, b2g18 fixed)
People
(Reporter: julienw, Assigned: julienw)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
2.50 KB,
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
Bug 820630 introduced the support of ETag.
However, we save the ETag value even if the package is bad. Therefore if there is an ETag, the user can retry the download, and the download will be somewhat applied in an inconsistent way.
STR:
* go to http://owapps.cloudfoundry.com
* install the packaged app
=> installation stopped, which is expected because the manifest is not right
* go to the homescreen and restart the download by pressing the icon
=> installation sort of finishes. Except the icon is not right, and the app can't be launched
Nominating but I don't think it should block v1 because the error is correctly written in the log at the first install.
However the fix should be easy (storing the |app.packageEtag| just after |app.appStatus|)
Julien: Can you take this?
Assignee: nobody → felash
blocking-basecamp: ? → +
Assignee | ||
Comment 2•13 years ago
|
||
Yep :) But not before Monday now.
Assignee | ||
Comment 3•13 years ago
|
||
should be applied after the patch for bug 824695
Attachment #696495 -
Flags: review?(jonas)
Attachment #696495 -
Flags: review?(jonas) → review+
Assignee | ||
Comment 5•13 years ago
|
||
To whoever will check in to other trees, this need to go in aurora and b2g18 as well.
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Comment 7•13 years ago
|
||
Comment 8•13 years ago
|
||
(In reply to Julien Wajsberg [:julienw] from comment #5)
> To whoever will check in to other trees, this need to go in aurora and b2g18
> as well.
(FWIW, for bugs marked blocking-basecamp+, I have bug queries to tell me this :)...)
Updated•13 years ago
|
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•