[Webkit-unassigned] [Bug 24930] [Gtk] ISO files content is displayed inside the webview instead of being downloaded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 30 05:52:21 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=24930





------- Comment #1 from gns at gnome.org  2009-03-30 05:52 PDT -------
Here's the reason:

wget -S -O /dev/null
http://debian.fastweb.it/debian-cd/3.1_r2/i386/iso-cd/debi…
…an-31r2-i386-binary-1.iso
--2009-03-30 09:30:52-- 
http://debian.fastweb.it/debian-cd/3.1_r2/i386/iso-cd/debian-31r2-i386-binary-1.iso
Resolving debian.fastweb.it... 213.156.32.111
Connecting to debian.fastweb.it|213.156.32.111|:80... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 200 OK
  Date: Mon, 30 Mar 2009 12:31:06 GMT
  Server: Apache/1.3.33 (Debian GNU/Linux)
  Last-Modified: Thu, 20 Apr 2006 04:22:25 GMT
  ETag: "325417a1-27c37000-44470c81"
  Accept-Ranges: bytes
  Content-Length: 667119616
  Keep-Alive: timeout=15, max=100
  Connection: Keep-Alive
  Content-Type: text/plain; charset=iso-8859-1
Length: 667119616 (636M) [text/plain]
Saving to: `/dev/null'

Which means we will have to start thinking about doing content sniffing when we
have text/plain, or other types, as well. Notice that you can setup apache to
send text/plain as a default content type =/.


-- 
Configure bugmail: https://bugs.webkit.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