Greetings Folks,

I have an Apache (Proxy Server) Tomcat/Mediasurface Application, and I
have been given the task of trying to solve how to force download a
pdf link that is embedded on a *.jsp page...

I was trying to use

<FilesMatch "\.(pdf|PDF)$">
  ForceType application/pdf
  Header set Content-Disposition attachment
</FilesMatch>

As laid out in this very helpful site
http://www.thingy-ma-jig.co.uk/blog/06-08-2007/force-a-pdf-to-download

However i think the problem is that the pdf file is not situated on
the apache proxy server...

I hear rumours that Tomcat could be configured to do this.. is this true?

Kind Regards

Steve

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to