views:

27

answers:

0

Hi, I have an application which I'm developing in GWT. I've noticed that sometimes (I'm not sure it happens all the time) after compiling, and generating a new version, if I will try to access my program's URL from IE8 it will result in a 404 in my eclipse log. I think this is because the browser caches the actual 1232dfsfda.html URL and tries to redirect my request there but the page no longer exists because I have a newer version of the application; When I clear the cache of the browser and retry then the request allways goes through. My question is: How can I programatically clear the browser's cache (or maybe only from this domain) inside GWT (or native JS)?

Thanks, Ittai