Hey everyone. 
Im having a weird behaviour when using OpenLayers  with geoserver
my current setup is OL 2.11 requesting a WMS tiled layer from a different
server then the one running the website. 

My WMS server is in another server using geoserver and im using GWC to serve
the tiles.
The tiles do get rendered in OL and show in map. 
My problem is: on IE the tiles get stored in browser cache and subsequent
requests are obtained from browser cache. 
This is the behaviour i want.

On FF and Chrome, none of the requests are getting into the browser cache,
meaning they all go the the server (and then show on map correctly). 
This behaviour i do not want. Been searching and couldn't find out why this
is happening. 

http://lists.osgeo.org/pipermail/openlayers-dev/2010-March/005708.html The
above link talk about requests in the response. 
I use fiddler to Analise them and its all ok (i think) 
HTTP/1.1 200 OK 
Content-Length: 2923 
Content-Type: image/png 
Server: Microsoft-IIS/7.0 
geowebcache-tile-index: [32, 22, 5] 
X-Powered-By: ARR/2.5 
X-Powered-By: ASP.NET Date: Thu, 26 Apr 2012 01:07:31 GMT 

also, i dont have any "cache-control" on my pages. 
Any thoughts on this? 

how can i tell if GWC is sending the correct headers to tell the browsers to
store the tiles served?

Filipe



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/WMS-requests-not-getting-into-FF-and-Chrome-cache-tp4934605p4934605.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to