Jan Tisje <[EMAIL PROTECTED]> writes:

> when opening opera containing several old windows, wwwoffle 
> registers all CSS files for later fetching. 
> 
> there are two possibilities: 
> - wwwoffle does wrong handling
> - opera sends a "Pragma: no-cache" only for CSS files. 
> 
> but I already set: 
>  
> OfflineOptions / pragma-no-cache  = yes

This is the default value, did you mean that you had set it to 'no'
instead?

> should I add a
> 
> *.css dont-request = yes

You could do this, I think that it should work.  It is unlikely that
you will ever visit a web page when offline that requests a .css file
that you don't have.  They will all have been requested at the same
time as the HTML file.

You should probably check the files that you are requesting.  They may
have headers in them that cause them to be re-requested very often (an
'expires' header for example).  In this case Opera is doing the right
thing.  There are lots of other options that you can use in WWWOFFLE
if this is the case.

Use:

wwwoffle -O http://www.foo/bar.css

to get the full set of headers listed.


In case the files don't have these headers then the real fix is to
talk to Opera and ask why they do it.

-- 
Andrew.
----------------------------------------------------------------------
Andrew M. Bishop                             [EMAIL PROTECTED]
                                      http://www.gedanken.demon.co.uk/

WWWOFFLE users page:
        http://www.gedanken.demon.co.uk/wwwoffle/version-2.7/user.html

Reply via email to