Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Download files over https Netscape 7.1

843836Nov 3 2003 — edited Jan 27 2004
Hi,

I am trying to download files over https , Netscape 6.2 works fine.
However, Netscape 7.0 and later append a .do at the end of the file while trying to download.

Downloading over http also works fine.

I am setting the response header as follows :
response.setHeader("Content-Disposition", "attachment; filename="abc.txt");

Shall appreciate if you could provide any clue on how to fix this.

Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 24 2004
Added on Nov 3 2003
6 comments
133 views