- Enhancement: Allow to specify 31-bit and 64-bit version of dataService library using
libraryName64
andlibraryName31
keys in DataService definition.
- Bugfix:
fileCopy
incorrectly processed files tagged as binary and mixed
- Bugfix: HTTP server did not send empty files correctly.
- Enhancement: Add "remoteStorage" pointer to dataservice struct, for accessing high availability remote storage in addition to or alternatively to local storage.
- Bugfix: Dataservice loading did not warn if program control was missing, which is essential, so plugin loading would fail silently in that case.
- Set cookie path to root in order to avoid multiple cookies when browser tries to set path automatically
- Fixed mimetype lookup for dotfiles
- Initialized http server log earlier, a bugfix to show error messages that were hidden before.