Bug 31677

Summary: [Qt] Page doesn't load when website omits Content-Type
Product: WebKit Reporter: ns1000
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: benjamin, ns1000
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   

ns1000
Reported 2009-11-19 12:02:08 PST
QtWebkit doesn't load pages when the webserver doesn't send the Content-Type header and (i think) it can't guess the mime-type by the extension. All other major browsers seem to default to mime-type text/html. Example here: http://any-world.ngd.ysm.yahoodns.net/st?ad_type=iframe&ad_size=468x60&section=732502
Attachments
Benjamin Poulain
Comment 1 2010-03-04 03:07:22 PST
Unsupported content have to be handled by the browser, it is not automatic. See QWebPage::unsupportedContent() and setForwardUnsupportedContent().
Note You need to log in before you can comment on or make changes to this bug.