Hi all,

There is a problem with IE when downloading files over HTTPS, using the
resource reader. [1] also describes the problem.

It has somehting to do with a bug in IE, which occurs when some kind of
HTTP header is set. If the header "Cache-control" is set to "no-cache",
the problem occurs, see [2].

One way to work around this problem is to set the the header:
response.setHeader("Cache-Control", "max-age=30");
(see [3]).

But that doesn't seem to work. Is there anyone with the same problems,
or has someone other work-arounds (not using IE is not an option ;)

Thanks,
Bart.

[1]
http://archives.real-time.com/pipermail/cocoon-users/2004-April/050020.h
tml
[2] http://support.microsoft.com/default.aspx?scid=KB;EN-US;q316431
[3]
http://www.mail-archive.com/[EMAIL PROTECTED]/msg082
98.html

Reply via email to