Adds a setting "Enable Client Runtime Filename Versioning". Enabling this option activates a stale cache prevention mechanism that appends the file content hash into the filename as a suffix separated by a double underscore. As an example, file 'my-file.js' would be renamed to 'my-file__abc.js' and requests to it would become 'my-file__abc.js?abc'. This applies only to Mobile and Reactive apps and to all deployed files, except for the following: 'index.html', 'indexDynamic.html', 'LICENSES.txt', '_error.html', 'cordova.js', 'favicon.png', and 'BasePath.js'. Available in Platform Server 11.30.0 onwards.
Adds a setting "Client Runtime Filename Versioning Exclusion Regex". This option excludes custom files from being versioned if their filename matches the submitted regex, therefore, it only works if the "Enable CDN Client Runtime Filename Versioning" option is enabled. The filtering applies to all the files deployed with all the Mobile and Reactive applications. Available in Platform Server 11.30.0 onwards.
- fixed a minor issue with the default of Expect 100 Continue