Opened 17 years ago
Closed 16 years ago
#35 closed defect (wontfix)
Application definition and xml caching in IE and FF
Reported by: | pdeschamps | Owned by: | madair |
---|---|---|---|
Priority: | P3 | Milestone: | |
Component: | Core | Version: | 1.0.4 |
Severity: | Trivial | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description
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');
Note:
See TracTickets
for help on using tickets.
this is the desired behaviour for deployed applications and the feature is for developers only.