﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
936	Bug fix for ie xml cacheing	David Grover		"IE caches XMLHttp requests, updated fckstyles.xml are not reflected in the editor.

I found that the following fix can be applied to fckeditorcode_ie.js.

B.setRequestHeader(""If-Modified-Since"", ""Wed, 15 Nov 1995 04:58:08 GMT"");

i.e.

B.open(""GET"",A,false);
B.setRequestHeader(""If-Modified-Since"", ""Wed, 15 Nov 1995 04:58:08 GMT"");
B.send(null);

Thanks

D."	Bug	closed	Normal		General		wontfix		
