When a configuration URL is referenced from the bootstrap configuration, VMan will download the configuration properties to a file, then read that file. This cached file is never deleted, and if the remote copy is updated, the cached copy will fail to update.
VMan should delete this file before re-downloading, or better yet, use a random temp file with delete-on-exit semantics.
When a configuration URL is referenced from the bootstrap configuration, VMan will download the configuration properties to a file, then read that file. This cached file is never deleted, and if the remote copy is updated, the cached copy will fail to update.
VMan should delete this file before re-downloading, or better yet, use a random temp file with delete-on-exit semantics.