On Sat, Oct 18, 2008 at 5:06 PM, gcj <[EMAIL PROTECTED]> wrote:

> Despite the numerous posts/suggestions I have read/implemented on the
> subject, I am not able to download or display existing PDF files from my SSL
> struts/tomcat application using Internet Explorer.

What did you do, and what happened?  Without a description of the
error it's hard to help.

Your post initially reminded me of a problem I had long ago serving PDFs...

Internet Explorer has a problem displaying non-HTML content over SSL
as the result of a form POST.  In short, you have to send IE some HTML
before you send it the bytes of the PDF, or it will complain.

If that sounds like it, I have a very old wiki page on the topic...
http://wiki.wsmoak.net/cgi-bin/wiki.pl?NonsecureContent

(But then later you say a plain link didn't work either, so maybe not.)

-- 
Wendy

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

Reply via email to