Closed
Bug 4935
Opened 26 years ago
Closed 24 years ago
Plug-in streaming API does not handle "File Not found" error properly
Categories
(Core Graveyard :: Plug-ins, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
M18
People
(Reporter: stanley.ho, Assigned: serhunt)
References
Details
(Keywords: crash, Whiteboard: [nsbeta3+])
When using the new plug-in streaming API for downloading files into the cache,
if the file is not found in the web server, the plug-in streaming API will save
the HTTP respond (File not found in this case) as the requested file, and
return the filename to the plug-in. Thus, the wrong file will be returned to
the plug-in.
This bug is triggered when the file is absent and
nsIPluginStreamListener::OnFileAvailable is called back.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M5
Updated•26 years ago
|
Target Milestone: M5 → M6
Updated•26 years ago
|
Target Milestone: M6 → M7
Updated•25 years ago
|
QA Contact: beppe → elig
Comment 1•25 years ago
|
||
Shrirang is now QA owner for Plug-ins; QA assigning all of my Plug-ins bugs over
to him.
Stanley can you please give me a pointer on writing an applet that tests this?
Comment 4•25 years ago
|
||
Bug 37623 is a crasher, so adding crash keyword and upping severity. That bug
also has a testcase for the windows Quicktime applet on Win98, if that's at all
useful. sean@beatnik.com, thanks for noticing the connection.
Severity: major → critical
Keywords: crash
Comment 6•24 years ago
|
||
Nom. nsbeta3, recc. nsbeta3+ hard stopper. We don't want plug-ins that stream to
crash when the target file isn't found--lots of key plug-ins stream (RealPlayer
for example), and files often aren't found.
Keywords: nsbeta3
Comment 7•24 years ago
|
||
Approving for nsbeta3:
av, is there any new information on this bug?
Whiteboard: [nsbeta3+]
nsIPluginStreamListener::OnFileAvailable is no longer called if the file is not
present. Stanley, would you please verify? Marking wfm.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Updated•24 years ago
|
QA Contact: shrir → stanley.ho
Comment 9•24 years ago
|
||
Stanley, could you pls verify this ? Thanks !
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•