Closed
Bug 365806
Opened 19 years ago
Closed 19 years ago
Browser doesn't correctly handle space-imbedded filenames; IE does!!
Categories
(Firefox :: File Handling, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 221028
People
(Reporter: carys689, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9
If you try load in the above URL, for example, the browser ignores the "+Tank+Application+Form.pdf" part of the file name and wants instead to ask you what to do with the file named "Septic". It doesn't matter if "+" or "%20" is used to represent spaces -- you get the same behaviour. Internet Explorer, on the other hand, handles this spaced-imbedded filename with no problem.
Reproducible: Always
Steps to Reproduce:
1.Go to the specified URL
2.
3.
Actual Results:
Dialog comes up asking you what to do with the file "Septic"
Expected Results:
Should open the Adobe Acrobat Reader on the file "Septic Tank Application Form.pdf"
| Reporter | ||
Updated•19 years ago
|
Version: unspecified → 1.5.0.x Branch
Comment 1•19 years ago
|
||
Headers for the request:
http://www.odh.ohio.gov/ASSETS/59549C7ACFDD47CDA7AFF6D84FA9FAC7/Septic+Tank+Application+Form.pdf
GET /ASSETS/59549C7ACFDD47CDA7AFF6D84FA9FAC7/Septic+Tank+Application+Form.pdf HTTP/1.1
Host: www.odh.ohio.gov
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a2pre) Gecko/20070103 Minefield/3.0a2pre
Accept: text/html,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7
Accept-Language: us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Cookie: Public%5FSiteKey=; Public%5FDB%5FConn=; ASPSESSIONIDAQRADTDT=PMJGMNDBBGMNJIJNJOPNIIFD
HTTP/1.x 200 OK
Content-Length: 16843
Date: Wed, 03 Jan 2007 16:41:26 GMT
Content-Type: application/octet-stream; Charset=UTF-8
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
content-disposition: inline; filename=Septic Tank Application Form.pdf
Cache-Control: private
So the filename is not enlcosed in " properly.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Version: 1.5.0.x Branch → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•