Closed
Bug 108133
Opened 24 years ago
Closed 24 years ago
Downloading JRE 1.3 doesn't popup saveas dialog
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
People
(Reporter: dp, Assigned: bbaetz)
References
()
Details
I tried downloading JRE 1.3 from sun site. When I used ftp download, ns6.2
showed the entire contents in the window rather than poping up a saveas dialog.
I believe this is more with the application.
The url for the download was :
ftp://ftp.java.sun.com/pub/j2sdk/1.3.1/s93hdkf83r/j2re-1_3_1_01-linux-i386-rpm.bin
| Reporter | ||
Comment 1•24 years ago
|
||
Bill, do you know where the problem here is ?
| Assignee | ||
Comment 2•24 years ago
|
||
Dupe of bug 87403.
ftp doesn't use mimetypes, so we sniff, and its a plain text file, so its
treated as text/plain.
Note that if you have a mimetypes file set up to recognise .bin, then we'll use
that instead.
I have:
application/octet-stream bin dms lha lzh exe class
in mine, and so the saveas dialog appears
*** This bug has been marked as a duplicate of 87403 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
-> file handing, as I understand it.
Component: Networking: FTP → File Handling
QA Contact: benc → sairuh
Comment 4•23 years ago
|
||
marking verified as a duplicate.
if you decide to reopen this bug, please clarify why.
search string for bugspam removal: SalviaGuaranitica
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•