I'm developing a Web App using the cache manifest to be offline.
It's working fine, but I tried to add a no-cache directive in Apache for one of the file (the js one), to be sure the last version would be loaded each time I change the manifest file.
But actually, the js file is now reloaded every time (when the device is not offline, of course), although the manifest file did not change.
I tested it only on Safari and WebKit.
Is it the normal behavior ? I thought the manifest directive would supplant the apache one...
EDIT : Actually, I disabled the apache no-cache directive, and my js file is still reloaded every time, despite the fact the manifest is not modified.
I don't understand. A few days ago, this JS file would never reload, even with manifest change, and now it's reloaded every time (except when the device is really offline)
So it's not really a question anymore, but maybe you'll have a lead for me...