|
Subject: Delete PDF from IE cache Newsgroups: gmane.comp.java.lib.itext.general Date: 2006-09-08 08:41:35 GMT (2 years, 42 weeks, 5 days, 4 hours and 20 minutes ago)
Dear List,
I have a problem with IE cache:
I generate PDFs from java servlets with iText.
These PDFs contain personal data.
In this case I would like to remove these PDFs from client IE cache.
I can't set clients IE settings.
I have https connection. I have the http head settings that work on html
pages, but not wok with PDFs:
Cache-Control: no-store
Pragma: no-cache
Expires: 0
With these settings it works with html pages (e.g. if you press "back
history" button, the html page will be removed from cache), but
does'nt work with PDF pages (the PDF file is not stored in cache,
therefore Acrobat Reader can't find it -> page not found error).
If I use these settings with http (not with https), it works properly.
Best Regards,
Ferenc
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
|
|
|