[Webkit-unassigned] [Bug 17587] Disk image has .bz2 appended to filename when downloaded, causes disk image to become corrupted when opened

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 28 00:46:05 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17587


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrowe at apple.com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |NeedsRadar, ReviewedForRadar
            Summary|compressed file when        |Disk image has .bz2 appended
                   |downloaded by WebKit can not|to filename when downloaded,
                   |be properly expanded        |causes disk image to become
                   |                            |corrupted when opened




------- Comment #1 from mrowe at apple.com  2008-02-28 00:46 PDT -------
mrowe at daisy:~$ curl -s -i
http://senuti.googlecode.com/files/senuti_0.50.2b3.dmg | head
HTTP/1.1 200 OK
Content-Length: 4825300
Content-Type: application/x-bzip2
Content-Disposition: attachment; filename="senuti_0.50.2b3.dmg"
Accept-Ranges: bytes
Expires: Thu, 06 Mar 2008 00:00:00 GMT
Cache-Control: public
Server: DFE/largefile
Date: Thu, 28 Feb 2008 08:41:47 GMT


The server is claiming the MIME type is application/x-bzip2, which results in a
.bz2 being appended to the filename.  This behaviour is almost certainly
outside of WebKit, either in the CFNetwork HTTP stack or in the Safari
application itself.


-- 
Configure bugmail: http://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