]
Tomaz Cerar updated WFCORE-1382:
--------------------------------
Priority: Optional (was: Major)
AS fails to start with colon in path
------------------------------------
Key: WFCORE-1382
URL:
https://issues.jboss.org/browse/WFCORE-1382
Project: WildFly Core
Issue Type: Bug
Components: Modules
Reporter: James Livingston
Priority: Optional
standalone.sh and domain.sh create the module path passed to JBoss Modules -mp option
with:
JBOSS_MODULEPATH="$JBOSS_HOME/modules"
The value passed to -mp is a File.pathSeparator (colon on Linux and semicolon on Windows)
delimited list of paths, not a single path, so this does not work correctly when
JBOSS_HOME contains a colon on Linux, which is a legal but rare character to use in a
path.