[fusion-trac] #35: Application definition and xml caching in IE and FF
Fusion
trac_fusion at osgeo.org
Mon Mar 24 16:11:53 EDT 2008
#35: Application definition and xml caching in IE and FF
--------------------------+-------------------------------------------------
Reporter: pdeschamps | Owner: madair
Type: defect | Status: new
Priority: P3 | Milestone:
Component: Core | Version: 1.0.4
Severity: Trivial | Keywords:
External_id: | State: New
Browser: All | Os: All
--------------------------+-------------------------------------------------
I am sure we all have noticed how IE and FF seems to really want to use
the "cached" copy of a requested XML file.
This is the same issue for ApplicationDefinition?.xml
You can add request headers to force it so the xml is not cached.
It looks like scriptaculous also supports sending a setRequestHeader with
the reqHeader parameter.
In a normal httpGetReq you would just have to add:
request.setRequestHeader('If-Modified-Since', 'Sat, 1 Jan 2000 00:00:00
GMT');
--
Ticket URL: <http://trac.osgeo.org/fusion/ticket/35>
Fusion <http://trac.osgeo.org/fusion>
Fusion is a web-mapping application development framework for MapServer and MapGuide OS.
More information about the fusion-trac
mailing list