Closed
Bug 1157243
Opened 10 years ago
Closed 10 years ago
Correctly handle unknown file types in Loader
Categories
(Firefox Graveyard :: Shumway, defect)
Firefox Graveyard
Shumway
Tracking
(firefox40 affected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox40 | --- | affected |
People
(Reporter: till, Assigned: tschneider)
References
Details
We currently mostly ignore these, but should throw an error instead. There are two different things we get wrong:
- If a successful load has a body of length 0, we treat that as a loading error. Flash treats it as an unknown file type.
- If the body has an unknown header, we simply drop the response and do nothing. Flash again reports "Error #2124: Loaded file is an unknown type".
Updated•10 years ago
|
Blocks: shumway-m3
Updated•10 years ago
|
Assignee: nobody → schneider
Assignee | ||
Comment 1•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•