[Webkit-unassigned] [Bug 10488] HTTP parsing confused by HTTP data in body

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Aug 21 01:14:58 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10488


ap at nypop.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at nypop.com
             Status|UNCONFIRMED                 |RESOLVED
          Component|WebCore Misc.               |Page Loading
         Resolution|                            |INVALID




------- Comment #4 from ap at nypop.com  2006-08-21 01:14 PDT -------
The problem here is that low-level system URL loading code overrides the
Content-Type, so WebKit thinks that it receives text/html, rather than
application/octet-stream. And the file has a meta http-equiv="Refresh" inside,
which causes a redirect. When I change the  Content-Type to text/html, Firefox
also performs a redirect, so I believe WebKit works correctly here.

However, such aggressive Content-Type sniffing may be a bug in OS, could you
please file a bug via <http://bugreport.apple.com> for Apple engineers ot take
a look?


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list