Closed
Bug 261817
Opened 21 years ago
Closed 13 years ago
missing plugin installer breaking on bad embed type
Categories
(Toolkit Graveyard :: Plugin Finder Service, defect)
Toolkit Graveyard
Plugin Finder Service
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: logan+mozilla-bmo, Assigned: jst)
References
()
Details
Attachments
(3 files)
original discussion on the forums -
http://forums.mozillazine.org/viewtopic.php?t=134980
http://au.australianidol.yahoo.com/
<EMBED src="http://au.i1.yimg.com/australianidol.aunz.yimg.com/2004/flash/
inside_idol_orange.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-
shockwave-flash" width=300 height=180></EMBED>
Yes, there's a break (newline or such) in the url and yes, there's a space in
the <embed type="application/x- shockwave-flash">. Correcting the embed type
allows the page to work.
Unless I'm totally wrong (hope not), the new plugin stuff is checking <embed
type> rather than content-type header from the server for the embed source. I
know that an additional HTTP request would be required to get the content-type
header, so I'm not sure that's very reasonable. However, if the request is
already made by the time the plugin stuff kicks in, maybe the embed type could
be ignored?
I'm not sure what the proper behavior should be and obviously it shouldn't be
grossly different from anything else in Mozilla, such as the character encoding
bits (content-type vs meta).
You guys may invalidate this bug rather quickly, which is ok.. I just wanted to
throw this out and see what you had to say.
| Assignee | ||
Comment 4•21 years ago
|
||
This testcase doesn't work in older versions of Mozilla, nor in IE. Not sure we
should attempt to fix this...
(In reply to comment #4)
> This testcase doesn't work in older versions of Mozilla, nor in IE. Not sure we
> should attempt to fix this...
Ugh. I can't get the broken testcase to work either, I swear it did.. I'm 100%
certain that http://au.australianidol.yahoo.com/'s broken html did work in
Mozilla. heh :S
Alright, I've got it now. There must be something with the response headers for
the attached testcase.
http://www.gozer.org/test/mozilla/261817/
Check this out with the missing plugin installer enabled (doesn't work),
disabled (works), then Mozilla 1.x (works).
The first time around I didn't even notice this code worked with the plugin
installer disabled, because I didn't have the plugin installed.
Updated•21 years ago
|
Component: General → Plugin Finder Service
Updated•20 years ago
|
QA Contact: general → plugin.finder
Updated•17 years ago
|
Product: Firefox → Toolkit
Comment 7•15 years ago
|
||
Comment 8•13 years ago
|
||
WFM per last comment.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Updated•11 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•