Bug 116218 - [curl] MIME type should be in lowercase
Summary: [curl] MIME type should be in lowercase
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 117300
  Show dependency treegraph
 
Reported: 2013-05-16 04:56 PDT by Peter Gal
Modified: 2013-06-13 06:58 PDT (History)
2 users (show)

See Also:


Attachments
proposed patch (1.62 KB, patch)
2013-05-16 05:08 PDT, Peter Gal
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Gal 2013-05-16 04:56:01 PDT
Currently when curl receives the mime-type information there is no case conversion applied. Thus a layout test fails: http/tests/mime/uppercase-mime-type.html.
Converting the type information to lowercase will match the other network backends.
Comment 1 Peter Gal 2013-05-16 05:08:29 PDT
Created attachment 201942 [details]
proposed patch

This should convert the mime-type to a lowercase string.
Comment 2 WebKit Commit Bot 2013-05-16 17:17:16 PDT
Comment on attachment 201942 [details]
proposed patch

Clearing flags on attachment: 201942

Committed r150221: <http://trac.webkit.org/changeset/150221>
Comment 3 WebKit Commit Bot 2013-05-16 17:17:18 PDT
All reviewed patches have been landed.  Closing bug.