You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Atreya Basu <at...@greenfieldresearch.ca> on 2003/08/01 04:02:31 UTC

OT: Download Servlet question

Hello,

I have a slightly off topic question.

I have a servlet returns a file to a client.  It works for both MSIE and
Mozilla but for Mozilla it adds, '.jsp' to the end of the filename.

I set my headers:
		response.setContentType("application/octet-stream");
		response.setHeader("Content-Disposition","attachment;
filename="+fname);
		response.setHeader("Cache-Control","no-cache");
		response.setContentLength(available);

I am of course pre-compiling my JSP.  Any ideas anyone?

Thanks in advance.

_____________________________________
Atreya Basu
Developer,
Greenfield Research Inc.
e-mail: atreya (at) greenfieldresearch (dot) ca