On http://xml.apache.org/fop/embedding.html#servlet it says,

"Some versions of Internet Explorer will not automatically show the PDF. [...] appending '.pdf' to the end of the URL may help."

You probably already know this, but IE will disregard the url filename extension if you use this http header,

        Content-Disposition: inline; filename="something.pdf"

I use this in addition to the ContentType of application/pdf.

Ta,


.Matthew Cruickshank http://holloway.co.nz


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



Reply via email to