This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 96666

Summary: download test failed
Product: updatecenters Reporter: _ rkusterer <rkusterer>
Component: PluginportalAssignee: David Botterill <dbotterill>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Macintosh   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ rkusterer 2007-02-27 10:31:20 UTC
David, all your modules don't have download links, only Jara's test module has (search for "jara"). When I 
click the JaraTest download link, it shows the NBM as text file in my browser.
Comment 1 David Botterill 2007-02-28 06:03:18 UTC
I think Jara deleted his plugin because I can't find it. I tested this and I'm
getting an NBM but it's not a valid Jar so there is some problem with the download.
Comment 2 David Botterill 2007-02-28 19:35:08 UTC
*** Issue 96689 has been marked as a duplicate of this issue. ***
Comment 3 David Botterill 2007-02-28 22:07:52 UTC
I had to totally change the download implementation.  Before I was redirecting
to the file and letting the browser take over.  Instead, I had to read the file
and spit it out in the response.outputstream after setting the response.header
and the response.contenttype="application/x-download";

This fix will be pushed out this evening.
Comment 4 Jaromir Uhrik 2007-03-02 14:07:25 UTC
I had the same problem and it works fine now. Marking as Verified.