Christian Knoke <[EMAIL PROTECTED]> writes: > Since my update to 2.7a fetch mostly work any more. > I get a lot of error messages of the following kind: > > Terminal: > > Cannot fetch http://bolte.at.home:8080/refresh/?http://galeon.sourceforge.net/ > [Error with refresh URL]
When you make a request to refresh a URL, for example http://galeon.sourceforge.net/ when you are offline then the URL is http://localhost:8080/refresh/?http://galeon.sourceforge.net/ This will make WWWOFFLE put a request in the outgoing directory even if the page is already cached. The request that is put in the outgoing directory should not be the second of these, but the original format. The bug exists in WWWOFFLE versions 2.7 and 2.7a where the whole of the refresh URL is put into the outgoing directory. At the moment there is not much that you can do about this. I am working on a fix for it now. -- 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
