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 - download test failed
Summary: download test failed
Status: VERIFIED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: David Botterill
URL:
Keywords:
: 96689 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-02-27 10:31 UTC by _ rkusterer
Modified: 2009-10-03 12:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.