Could you show us the relevant parts of your config? And anything in the logs?

What I typically do is rather than redirect, make a DownloadAction and put any downloadables under /WEB-INF (or in a database or somewhere) so that the user can't type in a URL to do directly do it. Then, just make sure you set the relevent headers - Content-type, Content-disposition, Content-size, Cache-control, Pragma, etc.

w

On Wed, 26 Jan 2005 16:24:21 +0100
 "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
Hi all
I try to redirect my response to a word doc file.But after setting contexttype and using response.sendRedirect(docWordURL) , I get white page; What I want is open this word document on a click of a link in a normal jsp.I call the action that has to redirecting me to that file.
Any idea?
Regards



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to