[Chameleon] Re: IE hangs with drawmap.php

Jonathon Coombes jon at cybersite.com.au
Tue Feb 21 22:30:21 EST 2006


On 22/02/2006, at 11:27 AM, uli mueller wrote:

> Jonathan
>
> I would not use IE either, but some clients do:-(
>
> In the meantime I can give some more infos on the problem:
> I can reproduce the crash when I load the same URL twice:
> - copy a valid URL to drawmap.php directly to the address bar of IE
> >> image loads
> - press F5 to reload the same URL
> >> IE hangs
>
> So normally in a chameleon app every URL should be unique (that is  
> what the dummy var is for). However I suppose IE does something  
> nobody knows about, e.g. call the URL more than once.
>
> The output format of the map seems not to be the cause of all that,  
> as I guessed before.
>
> I have built a small test application to reproduce the bug:
> http://ex1.ruf.uni-freiburg.de/crashie/obsrv.php
>
> I will also have to check if maybe apache blocks repeated calls?

The URL will be unique for the map as it is generated each time it  
changes. Now if it does
not change, then it will used a cached version of it. IE is well  
known to have had issue with
caching in the past, but this sounds pretty bad. Can you change your  
settings to reload the
page every time and ignore the cache in IE?

Apache should have nothing to do with the problem unless you have  
some special modules
turned on. Apache will just send the map when requested. Do you have  
any proxy or cache
modules active in Apache? Can you turn them off and try it again?

Regards
Jonathon


More information about the Chameleon mailing list