html refresh patch

Waldo Bastian bastian at kde.org
Thu Apr 18 01:14:39 BST 2002


On Wednesday 17 April 2002 04:40 pm, Dirk Mueller wrote:
> On Mit, 17 Apr 2002, Waldo Bastian wrote:
> > That seems to be a html/javascript problem because when I click on the
> > DEM button the page is being requested twice (!)
>
> My guess is that its a cookie or something like that.
>
> http://www.skifernie.com/script/changecurrency.asp?cur=EUR
>
> redirects to
>
> http://www.skifernie.com/equipment/#curr
>
> which is the old page, so its just reloaded from cache. maybe we should
> invalidate in such a case, not sure.

When I look here in the log then I see the same page being requested _twice_ 
and both requests are being redirected somewhere else. That can't be good.

On the other hand, the one that redirects to 
http://www.skifernie.com/equipment/#curr does indeed read that page later 
from the cache, so that seems to be a problem too.

I wonder how to handle that.. always verify redirections with the server?

Cheers,
Waldo

kio_http: (9346) ============ Sending Header:
kio_http: (9346) GET /script/changecurrency.asp?cur=DEM HTTP/1.1
kio_http_debug: (9347) Sending connected @ 1019084066
kio_http: (9346) User-Agent: Mozilla/5.0 (compatible; Konqueror/3.0.5 (CVS 
HEAD >= 20020412))
kio_http: (9346) Accept: text/*, image/jpeg, image/png, image/*, */*
kio_http: (9346) Accept-Encoding: x-gzip, gzip, identity
kio_http: (9346) Accept-Charset: ISO-8859-1
kio_http: (9346) Accept-Language: en
kio_http: (9346) Host: www.skifernie.com
kio_http: (9346) Cookie: ASPSESSIONIDGGQQQKCC=KMAOGCHBGPGGAHFHNKKDFMGL; 
WEBTRENDS_ID=64.168.101.224-1964326560.29484640

kio_http: (9347) ============ Sending Header:
kio_http: (9347) GET /script/changecurrency.asp?cur=DEM HTTP/1.1
kio_http: (9347) User-Agent: Mozilla/5.0 (compatible; Konqueror/3.0.5 (CVS 
HEAD >= 20020412))
kio_http: (9347) Referer: http://www.skifernie.com/equipment/#curr
kio_http: (9347) Accept: text/*, image/jpeg, image/png, image/*, */*
kio_http: (9347) Accept-Encoding: x-gzip, gzip, identity
kio_http: (9347) Accept-Charset: ISO-8859-1
kio_http: (9347) Accept-Language: en
kio_http: (9347) Host: www.skifernie.com
kio_http: (9347) Cookie: ASPSESSIONIDGGQQQKCC=KMAOGCHBGPGGAHFHNKKDFMGL; 
WEBTRENDS_ID=64.168.101.224-1964326560.29484640

kio_http: (9346) ============ Received Response:
kio_http: (9346) "HTTP/1.1 302 Object moved"
kio_http: (9346) "Server: Microsoft-IIS/5.0"
kio_http: (9346) "Date: Wed, 17 Apr 2002 22:48:25 GMT"
kio_http: (9346) "Location: http://www.skilouise.com"
kio_http: (9346) "Content-Length: 145"
kio_http: (9346) "Content-Type: text/html"
kio_http: (9346) "Cache-control: private"
kio_http: (9346) --empty--

kio_http: (9347) ============ Received Response:
kio_http: (9347) "HTTP/1.1 302 Object moved"
kio_http: (9347) "Server: Microsoft-IIS/5.0"
kio_http: (9347) "Date: Wed, 17 Apr 2002 22:48:25 GMT"
kio_http: (9347) "Location: http://www.skifernie.com/equipment/#curr"
kio_http: (9347) "Content-Length: 161"
kio_http: (9347) "Content-Type: text/html"
kio_http: (9347) "Cache-control: private"
kio_http: (9347) --empty--



-- 
bastian at kde.org  |   SuSE Labs KDE Developer  |  bastian at suse.com





More information about the kfm-devel mailing list