Closed
Description
The browser could cache the configuration.json file and serve the local cache instead of the fresh file when downloading it with the XMLHttpRequest.
This could be very harmful when the application expects a new configuration item for example.
We should let the applications' developers decide if they want to disable the browser cache for this file, or, even better, let them pass a version to the loadConfigurationJSON
function that would be append as a query string to force the browser to refresh its cache.