Bug 115494 - <object data="<some data URL>"> MIME types aren't case-insensitive
Summary: <object data="<some data URL>"> MIME types aren't case-insensitive
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-01 16:12 PDT by Tim Horton
Modified: 2013-05-01 17:14 PDT (History)
3 users (show)

See Also:


Attachments
repro (462 bytes, text/html)
2013-05-01 16:12 PDT, Tim Horton
no flags Details
patch (2.45 KB, patch)
2013-05-01 16:31 PDT, Tim Horton
no flags Details | Formatted Diff | Diff
with test case this time (3.92 KB, patch)
2013-05-01 16:31 PDT, Tim Horton
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2013-05-01 16:12:06 PDT
My understanding is that they should be. This also appears to be the only path through <embed> or <object> that doesn't call .lower() on the incoming MIME type. See attached test case.
Comment 1 Tim Horton 2013-05-01 16:12:30 PDT
Created attachment 200250 [details]
repro
Comment 2 Tim Horton 2013-05-01 16:31:03 PDT
Created attachment 200253 [details]
patch
Comment 3 Tim Horton 2013-05-01 16:31:53 PDT
Created attachment 200254 [details]
with test case this time
Comment 4 Tim Horton 2013-05-01 17:14:47 PDT
http://trac.webkit.org/changeset/149466