Closed Bug 157189 Opened 22 years ago Closed 22 years ago

Multiple File Download misnames files and opens multiple download managers and extra browser windows.

Categories

(SeaMonkey :: Download & File Handling, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 120327

People

(Reporter: davem, Assigned: bugzilla)

Details

Using Mozilla 1.1a Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a)
Gecko/20020611 on Windows 2000. (This was supposed to be an SVG build but that's
another problem).

Using the following captured exchange:

---------------------------------------

POST http://192.168.0.101/perl/dws/cgi-1.perl HTTP/1.1
Host: 192.168.0.101
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a) Gecko/20020611
Accept:
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,text/css,*/*;q=0.1
Accept-Language: en-us, en;q=0.50
Accept-Encoding: gzip, deflate, compress;q=0.9
Accept-Charset: ISO-8859-1, utf-8;q=0.66, *;q=0.66
Keep-Alive: 300
Proxy-Connection: keep-alive
Referer: http://128.29.124.201/dws/form1.shtml
Content-Type: application/x-www-form-urlencoded
Content-Length: 141

field_1=Default+text+%231&field_2=Default+text+%232&field_3=Default+text+%233&field_4=Default+text+%234&output_type=download&submit=Do+It+%21HTTP/1.1
200 OK
Date: Fri, 12 Jul 2002 18:16:50 GMT
Server: Apache/1.3.19 (Unix)  (Red-Hat/Linux) mod_ssl/2.8.1 OpenSSL/0.9.6
DAV/1.0.2 PHP/4.0.4pl1 mod_perl/1.24_01
Connection: close
Content-type: multipart/x-mixed-replace; boundary=dwsdwsdws~~~boundary~~~dwsdws

--dwsdwsdws~~~boundary~~~dwsdws
Content-type: application/octet-stream
Content-Disposition: attachment; filename=testform1.asc

field_1 = Default text #1
field_2 = Default text #2
field_3 = Default text #3
field_4 = Default text #4
output_type = download

--dwsdwsdws~~~boundary~~~dwsdws
Content-type: application/octet-stream
Content-Disposition: attachment; filename=testform1.wpd

DUMMY

-----------------------------------------

Both downloads had an additional ".exe" appended to the file names in the
download dialog box such that "testform1.asc" became "testform1.asc.EXE" and
"testform1.wpd" became "testform1.wpd.EXE".

Duplicate download managers opened with each showing both downloads.

An additional blank browser window also opened.
The .exe part is due to bug 120327  
Two managers pop-up, because Mozilla believes them to be .exe files due to the
application/octet-stream MIME-type, and tries to download both.

Marking as a duplicate of bug 120327. Please reopen if you disagree.

*** This bug has been marked as a duplicate of 120327 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
v
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.