I am using a Servlet to output PDF (Streams), i am facing a Browser cache problem in IE
i am setting Content type to PDF as follows...
response.setContentType("application/pdf")
When trying to disable the browser cache using any of the following the pdf file would not open! All I got was an error saying that adobe did not think the file existed!
Hmmmm what could be wrong? 1. Does it work in Netscape or with a FileOutputStream? 2. This is when you really wish for an exception! Post them if you got any. 3. Which library are you using?