[Webkit-unassigned] [Bug 137855] REGRESSION (r173356): Safari can't install a profile, gets 'Download Failed error
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Oct 18 14:45:09 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137855
--- Comment #3 from mitz at webkit.org <mitz at webkit.org> ---
Comment on attachment 240069
--> https://bugs.webkit.org/attachment.cgi?id=240069
patch
View in context: https://bugs.webkit.org/attachment.cgi?id=240069&action=review
> Source/WebCore/platform/network/mac/ResourceResponseMac.mm:69
> + [headerDictionary setObject:(NSString *)m_mimeType forKey:@"Content-Type"];
This can result in lying to the API client about the content of the response headers from the server. Can we use the -_setMIMEType: (which we use elsewhere in WebCore) instead?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141018/6967a7f6/attachment-0002.html>
More information about the webkit-unassigned
mailing list