The fix is isolated within ModuleFactory. It temporarily encodes all occurrences of module home in module class path string before splitting it on whitespace.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The bug resides in ModuleFactory, where we improperly parse mod.class.path setting by white spaces.
The fix is isolated within ModuleFactory. It temporarily encodes all occurrences of module home in module class path string before splitting it on whitespace.