<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Nachricht</TITLE>
<META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=863543407-06072004><FONT face=Arial color=#0000ff size=2>Hi
Tristan,</FONT></SPAN></DIV>
<DIV><SPAN class=863543407-06072004><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=863543407-06072004><FONT face=Arial color=#0000ff size=2>you
are right the cache problem still persists even in the current CVS
version.</FONT></SPAN></DIV>
<DIV><SPAN class=863543407-06072004><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=863543407-06072004><FONT face=Arial color=#0000ff size=2>Your
fix unfortunatly does have unwanted sided effects. If you set the headers to "no
cache at all" as you suggest, it will be impossible to view PDF in the offline
project if the website uses SSL as protocol. </FONT></SPAN></DIV>
<DIV><SPAN class=863543407-06072004><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=863543407-06072004><FONT face=Arial color=#0000ff size=2>I will
spend some more time on the issue and hopefully fix it in a later relase before
6. For now, it's just back to the old browser settings :-(</FONT></SPAN></DIV>
<DIV><SPAN
class=863543407-06072004><!-- Converted from text/plain format --><BR>
<P><FONT size=2>Best Regards,<BR>Alex.<BR><BR>Alexander Kandzior<BR>Alkacon
Software - The OpenCms Experts<BR><A
href="http://www.alkacon.com/">http://www.alkacon.com</A></FONT>
</P></SPAN></DIV>
<BLOCKQUOTE
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
<DIV></DIV>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B>
opencms-dev-admin@opencms.org [mailto:opencms-dev-admin@opencms.org] <B>On
Behalf Of </B>Tristan Tarrant<BR><B>Sent:</B> Monday, July 05, 2004 6:49
PM<BR><B>To:</B> OpenCMS<BR><B>Subject:</B> [opencms-dev] Pages not refreshing
properly w/5.3.5 (cvs)<BR><BR></FONT></DIV>Dear OpenCMS team,<BR>I've recently
read here on the mailing list the suggestion that the browser's settings
should be changed so that there would be no problems with pages not refreshing
properly. I believe this is not the correct way to solve the issue.<BR>The
real fix is to use the cache headers by adding to the
<B>pageHtmlStyle(in,String,String)</B> method of
<B>org.opencms.workplace.CmsWorkplace</B> the following code, just before the
stylesheet is
addded:
<BR><BR>result.append("<meta Http-Equiv=\"Cache-Control\"
Content=\"no-cache\">");<BR>result.append("<meta Http-Equiv=\"Pragma\"
Content=\"no-cache\">");<BR>result.append("<meta Http-Equiv=\"Expires\"
Content=\"0\">");<BR><BR>Tell me what you think<BR><BR>Tristan
</BLOCKQUOTE></BODY></HTML>