Bug 24470 - Corrupted file after downloading
Summary: Corrupted file after downloading
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://sourceforge.net/project/downlo...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-09 13:53 PDT by Michèle Garoche
Modified: 2009-03-09 17:46 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michèle Garoche 2009-03-09 13:53:21 PDT
I've downloaded a Netbeans plugin from the above URL. It is normally an nbm file, Webkit changes it to a jar file.
When trying to install it in Netbeans, I've got an error telling me the file is not readable. So the plugin cannot be installed.

When downloading it from Firefox 3.0.6, the file is downloaded as an nbm file and it installs perfectly in Netbeans.
Comment 1 Mark Rowe (bdash) 2009-03-09 15:39:25 PDT
This is unlikely to be a WebKit bug.  It's probably related to the .nbm file just being a zip file with a different extension, and the file being served with a application/octet-stream mime type.

Which version of Safari do you have installed?
Comment 2 Michèle Garoche 2009-03-09 15:53:19 PDT
(In reply to comment #1)
> This is unlikely to be a WebKit bug.  It's probably related to the .nbm file
> just being a zip file with a different extension, and the file being served
> with a application/octet-stream mime type.
> 
> Which version of Safari do you have installed?
I use Safari version 4.0(4528.1, r41521)

Comment 3 Mark Rowe (bdash) 2009-03-09 16:56:05 PDT
4528.1 is a rather old preview build of Safari 4.  You should update to the public beta and see whether you still experience the same problem.
Comment 4 Michèle Garoche 2009-03-09 17:46:34 PDT
(In reply to comment #3)
> 4528.1 is a rather old preview build of Safari 4.  You should update to the
> public beta and see whether you still experience the same problem.
> 
Thank you very much. Indeed the problem is solved in the public beta, and consequently also in the nightly webkit.
Sorry for the trouble.