|
From: Davis F. <dav...@gm...> - 2005-12-29 03:02:31
|
Follow-Up...this is probably outside GeoServer domain, but I see this only with Mozilla Firefox. It does not happen with IE. Tracing the code, somewhere up the chain in: HttpConnection.handle() -- it finishes the request, closes the HTTP connection, but somehow turns around and repeats itself in Firefox, but not in IE. Has anyone else experienced anything like this? On 12/28/05, Davis Ford <dav...@gm...> wrote: > Hi, I am seeing a strange problem where a single WFS or WMS request > issued from my browser succeeds, but when I watch the output on the > console, I actually see the request executed twice. > > For example, a GetMap request is issued, and I see in the console: > > 23500531[FINE] org.vfny.geoserver.util.requests.readers.KvpRequestReader > - clean request is > version=3D1.3.0&request=3DGetMap&layers=3Dteleatlas:RoadElement&BBOX=3D6.= 1,50.1,6.12, > 50.12&srs=3DEPSG:4326&width=3D300&height=3D300&format=3Dimage/png&STYLES= =3Dsimple_roads > > Later, I see in the console: > > 23518500 [INFO] org.vfny.geoserver.servlets.AbstractService - Service han= dled > > At this point, the map is displayed in the browser, but immediately > after in the console, I see this: > > 23518546 [FINE] > org.vfny.geoserver.util.requests.readers.KvpRequestReader - clean > request is version=3D1.3.0&request=3DGetMap&layers=3Dteleatlas:RoadElemen= t&BBOX=3D6.1,50.1,6.12, > 50.12&srs=3DEPSG:4326&width=3D300&height=3D300&format=3Dimage/png&STYLES= =3Dsimple_roads > > ...and the whole process is repeated again until the service is > handled. This seems to happen with both WFS queries and WMS GetMap > requests. Has anyone else seen this, or could anyone give me a > pointer on how to track down this issue? > > Thanks in advance, > Davis > |