Closed
Bug 87290
Opened 23 years ago
Closed 23 years ago
Plugin MIME-type attribute should not be case sensitive
Categories
(Core Graveyard :: Plug-ins, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.3
People
(Reporter: bugzilla, Assigned: peterlubczynski-bugs)
References
()
Details
(Whiteboard: [PDT+])
Attachments
(2 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
If I go to:
http://www.bmwfilms.com/site_layout/filmstream.asp?FilmID=1&Type=QT&size=large&d
ir=off
I'm unable to see the quicktime movie even though I can see other quicktime
movies other places like http://www.apple.com/trailers/wb/ai_trailer.html
build 20010621 on win2k
quicktime 5.0.1
Reporter | ||
Comment 1•23 years ago
|
||
On there embed tag they use
type="video/QuickTime"
I can see the movie with Netscape 4.x
on apple.com/trailers they dont use type="video/QuickTime"
Keywords: 4xp
Comment 2•23 years ago
|
||
i confirm the bug...works fine on 4.x
Updated•23 years ago
|
Severity: normal → major
Assignee | ||
Comment 3•23 years ago
|
||
The default plugin shows up instead.
I wonder if this is string case comparison problem as it's listed as
video/quicktime in about:plugins. Does case matter on the content-type in the
embed tag? Need a simplified test.
Reporter | ||
Comment 4•23 years ago
|
||
test case is now available at:
http://gemal.dk/test/qt.html
Very simple test case:
<embed src="qt.mov" type="video/QuickTime">
<embed src="qt.mov" type="video/quickTime">
<embed src="qt.mov" type="video/quicktime">
<embed src="qt.mov">
Mozilla will only play the last two! So it is indeed a case comparison problem.
Should be fixed asap....
Comment 5•23 years ago
|
||
Thnx, henrik!!
Assignee | ||
Comment 6•23 years ago
|
||
Assignee | ||
Comment 7•23 years ago
|
||
Comment 9•23 years ago
|
||
sr=attinasi
Assignee | ||
Comment 10•23 years ago
|
||
Arun,
Can you see if PDT will accept this bug? It appears that without out, specifying
the mime-type or extension in html must match that case of what the plugin
vendor hard coded in the plugin.
Assignee: av → peterlubczynski
Whiteboard: PDT
Assignee | ||
Comment 12•23 years ago
|
||
Nominating nsbranch. This seems like a low-risk fix to me.
Keywords: nsBranch
Assignee | ||
Comment 13•23 years ago
|
||
Adding vtrunk because fix is in the trunk and needs to be verified.
Keywords: vtrunk
Assignee | ||
Comment 14•23 years ago
|
||
Changing summary from:
Unable to see quicktime movie at bmwfilms
Summary: Unable to see quicktime movie at bmwfilms → Plugin MIME-type attribute should not be case sensitive
Reporter | ||
Comment 15•23 years ago
|
||
I can now see the movie and bmwfilms.com
using 20010705 trunk
Assignee | ||
Updated•23 years ago
|
Whiteboard: PDT → PDT+
Assignee | ||
Comment 17•23 years ago
|
||
PDT+ per plugin meeting
Priority: -- → P3
Whiteboard: PDT+ → [PDT+][patch in trunk]
Target Milestone: --- → mozilla0.9.3
Assignee | ||
Comment 18•23 years ago
|
||
Patch is in now in both the branch and the trunk. Marking FIXED.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Whiteboard: [PDT+][patch in trunk] → [PDT+]
Comment 19•23 years ago
|
||
verif on trunk and branch 070904 that the movie now appears to load. On 4.x
also, it does not play ...but at least Isee same behaviour on 4.x and 6.x now.
VERIFIED
Status: RESOLVED → VERIFIED
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•