[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.birt] Response Header Cache-Control
|
Hi,
I'm running into a problem on IE where I can't export and save reports.
After further investigation, it turns out that in HTTPS mode (which is what
my J2EE app is running with), IE will enforce the "Cache-Control" response
header and see if the value is "no-cache" or if the "Pragma" header has the
value "no-cache", then the file will not be able to save.
Anybody know where these response headers are set? I see it in the
doPostService() method of BirtBaseFragment.java, but that doesn't seem to be
the place because I overrode with my own fragment class. Also, the
cache-control seems to always get a "no-cache" value instead of "no-store",
so I suspect it's at another place.
Thanks.
--
Robert Lin
Software Engineer
NextLabs, Inc.
http://www.nextlabs.com