[Chameleon] IE hangs with drawmap.php

uli mueller uli.mueller at gmx.ch
Wed Feb 22 12:58:56 EST 2006


Jonathan

I can avoid the problem if I force IE to use HTTP/1.0 instead of 
HTTP/1.1. But this is not a solution to ask the user to change browser 
settings....

So far in Apache I have found no configuration options that had any 
effect. But I have not yet checked everything.

Uli


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


Hi Uli,

The only trouble I have seen with IE was to do with sessions and  using 
IFRAME's.
The two don't mix very well and you have to be extra careful in this 
situation. Otherwise
I can't help you as I don't use IE! (or MS Windows) :)

 > 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?



More information about the Chameleon mailing list