Closed
Bug 338930
Opened 20 years ago
Closed 20 years ago
File download changes the filename
Categories
(Camino Graveyard :: Downloading, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: paivi.korkeamaki, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.3) Gecko/20060427 Camino/1.0.1
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.3) Gecko/20060427 Camino/1.0.1
If the target filename contains a white space, Camino drops all the characters after the first white space and save the file with the new filename. Mac OS cannot decide the file format which makes it more complicated to work with the file.
Reproducible: Always
Steps to Reproduce:
1. Find a file with a white space.
2. Download it either by clicking the link or by right click of a mouse and selecting "Download link target"
Actual Results:
Camino drops all the characters after the first white space and save the file.
Expected Results:
The file should be saved with the name on the server.
Can you provide an example URL?
| Reporter | ||
Comment 2•20 years ago
|
||
Sorry about the mix up. I couldn't reproduce the bug anywhere else but in the software environment of our own. But in our environment, I could reproduce it in every Mozilla based browser in hand. (Camino / Firefox in Mac OS and Firefox in Windows)
https://merlot.kronodoc.fi:8131/kronodoc/WALKTHRU/000023/1
user: guest, pass: guest
I tried to reproduce the bug with the same attributes of the <a> tag. But it worked as it should.
I have 3 wild guesses:
It has something to do with the SSL. (I could't count that out)
It has something to do with character sets or localization.
There's a bug in our html code.
HTTP/1.x 200 OK
Date: Tue, 23 May 2006 10:02:50 GMT
Server: Apache/2.0.51 (Unix) mod_ssl/2.0.51 OpenSSL/0.9.7d mod_fastcgi/2.4.2
Cache-Control: cache
Last-Modified: Tue, 23 May 2006 08:58:46 GMT
Etag: "3f2596e82cde796c210f6a1799d82405"
content-disposition: inline; filename=my locked documents - fixatut filet-1.tar
Content-Length: 10240
Keep-Alive: timeout=15, max=91
Connection: Keep-Alive
Content-Type: application/x-tar
You need to get your server to quote the filename if the filename contains spaces (the filename part of the content-disposition header).
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 4•20 years ago
|
||
Thank you! Especially for the reason this was a kind of a stupid user error.. :D
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•