Tallefer / qtweb

Automatically exported from code.google.com/p/qtweb
0 stars 0 forks source link

Unable to display Indianapolis Star website #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From user:

Trying to view http://www.indystar.com/   The web page will not load for 
me in QtWeb. What I do get is a download box for a download 
called "unnamed_download."  Something clearly is wrong but I don't know 
what it is. Any help or thoughts would be appreciated

==========================================

Found that IIS6 used by indystar.com issues non-standard response 
header: "Content-Type: text/html, text/html; charset=iso-8859-1"

Text/html repeated two times, separated by comma.

However HTML page has a standard META tag:
content="text/html; charset=iso-8859-1" 

Qt 4.5.0 + WebKit unable to handle this situation properly, 
unfortunatelly. 

Either update of Nokia's Qt, or manual source code fix is needed.

Original issue reported on code.google.com by alexei.c...@gmail.com on 8 Apr 2009 at 2:19

GoogleCodeExporter commented 9 years ago
Fixed in QtWeb 2.0.29

HTTPParsers.cpp from WebKit is fixed to support processing comma, and thus 
forming 
proper http response hearers

Original comment by alexei.c...@gmail.com on 11 Apr 2009 at 3:47