On Thu, Dec 11, 2008 at 1:05 PM, Javabeat <[EMAIL PROTECTED]> wrote:
>
> same applies on Firefox though, there may well be issues in IE as always but
> i'm not convinced this is the core problem here.
>
I strongly disagree.

We do have a setup here having Apache HTTPD 2.2 fronting Tomcat 5.5,
and the probelm is the same with Apache HTTPD only.

However, Firefox (2 & 3) are serving pdfs under SSL perfectly whereas
IE 5 and 6 are facing problems ("could not download file...").

The solution for Apache i.e. is

SetEnvIf Request_URI "\.pdf$" pdf=true
Header set Connection: close env=pdf

In Tomcat this could be achieved using a Servlet-Filter.

But we're getting off-topic here...

Cheers

Gregor
-- 
just because your paranoid, doesn't mean they're not after you...
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371

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

Reply via email to