views:

25

answers:

0

I am using Gears to cache files locally for an intranet application and I have run into a problem. In Chrome when I update the manifest file it does not seem to get the updates.

I checked the server and the new version of the file is definitely there, however in the server logs it is showing up with a status of 304 unchanged. So gears never reloads the manifest.

So for my chrome users gears seems to break things everytime I do an update. Besides moving to HTML5 manifests (which will probably happen but not in the short term) does anyone have any ideas for what to do?

related questions