Closed
Bug 727336
Opened 14 years ago
Closed 10 years ago
RTF file download returned differently than other formats on MacOSX Lion
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: wolfgang, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:10.0.1) Gecko/20100101 Firefox/10.0.1
Build ID: 20120208060813
Steps to reproduce:
I uploaded an rtf and pdf file to my website. I download them with the following encodings:
[14-Feb-2012 21:06:37] Array
(
[0] => Cache-Control: max-age=0
[1] => Content-Type: application/octet-stream
[2] => Content-Disposition: attachment; filename*=UTF-8''WebMethod_ICMCoreService_ExecuteSubmitContent.rtf
[3] => Content-Location: test.rtf
[4] => Content-Transfer-Encoding: binary
[5] => Content-Length: 59847
[6] => Cache-Control: must-revalidate, post-check=0, pre-check=0
[7] => Pragma: public
[8] => Connection: close
)
[14-Feb-2012 21:06:37] test.rtf
[14-Feb-2012 21:15:43] Array
(
[0] => Cache-Control: max-age=0
[1] => Content-Type: application/octet-stream
[2] => Content-Disposition: attachment; filename*=UTF-8''test.pdf
[3] => Content-Location: Document1.pdf
[4] => Content-Transfer-Encoding: binary
[5] => Content-Length: 5932
[6] => Cache-Control: must-revalidate, post-check=0, pre-check=0
[7] => Pragma: public
[8] => Connection: close
)
[14-Feb-2012 21:15:43] test.pdf
Actual results:
While the pdf presents on MacOSX Lion FF version 10.0.1 a dialog to save or cancel, for the rtf I see a dialog with option to open with.
Expected results:
Since I specify attachment I would expect also for the rtf to only support save or cancel but not the open option, on MS Windows FF I see for both files to option to open with, then it would be great to have to open with on all plattforms the same.
Comment 1•12 years ago
|
||
Hi Wolfgang, it looks like this report got overlooked, sorry about that. Is this still happening? If it is, could you attach test files? Thanks very much!
Flags: needinfo?(wolfgang)
Hi,
Marking this as Resolved: Incomplete due to the lack of response from the reporter.
Reporter, please feel free to reopen it if you are still having this issue.
Thank you for your time.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Flags: needinfo?(wolfgang)
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•