Closed
Bug 95063
Opened 25 years ago
Closed 24 years ago
Don't show default plugin for bad src plugin url
Categories
(Core Graveyard :: Plug-ins, defect, P3)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: michele, Assigned: peterlubczynski-bugs)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
|
143 bytes,
text/html
|
Details |
Each time I load the aforementioned page the Default plugin download dialog pops
up trying to download a plugin for text/html.
| Assignee | ||
Comment 1•25 years ago
|
||
*** This bug has been marked as a duplicate of 678 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 2•25 years ago
|
||
Reopening. There's no <object> on that page (currently, we fall back and
display the content of text/html objects properly).
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 4•25 years ago
|
||
The problem is that there is an embed pointing to a non-existent file. The 404
response from the server is of type text/html. We should be ignoring 404
responses for embed, right?
Comment 5•25 years ago
|
||
Maybe related/duped to bug 92140 - Download dialog of "file of type: text/html,
text/html from <URL>"
Comment 6•24 years ago
|
||
WFM Win2k 20010827
but...
The page seems to no longer use the EMBED tag.
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 7•24 years ago
|
||
| Assignee | ||
Comment 8•24 years ago
|
||
my bug
Assignee: rickg → peterlubczynski
Component: Viewer App → Plug-ins
Keywords: testcase
Priority: -- → P3
QA Contact: rickg → shrir
Summary: Plugin for text/html? → Default plugin shows up when subdocument does not exsist
Target Milestone: --- → mozilla1.0
Comment 9•24 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
| Assignee | ||
Comment 10•24 years ago
|
||
This is probably a dup of the more general bug that we don't always handle
plugin URL failures correctly.
Status: NEW → ASSIGNED
Keywords: mozilla1.0
Summary: Default plugin shows up when subdocument does not exsist → Don't show default plugin for bad src plugin url
Target Milestone: mozilla1.0.1 → mozilla0.9.9
| Assignee | ||
Comment 11•24 years ago
|
||
-->WONTFIX
EMBED tags are for plugins. Use OBJECT for html documents.
We are trying to load a plugin for the embed tag because the logic for loading a
document is only for when we have a DATA attribute in the OBJECT tag.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 24 years ago
Resolution: --- → WONTFIX
Target Milestone: mozilla0.9.9 → ---
Updated•4 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•