]
Brian Stansberry resolved JBMETA-381.
-------------------------------------
Fix Version/s: 8.1.1.Final
7.2.0.Final
Resolution: Done
DefaultPropertyReplacer can't handle ${:} expression
----------------------------------------------------
Key: JBMETA-381
URL:
https://issues.jboss.org/browse/JBMETA-381
Project: JBoss Metadata
Issue Type: Bug
Components: common
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Minor
Fix For: 8.1.1.Final, 7.2.0.Final
If the string "${:}" is passed to default property replacer, it does not parse
it as indicating File.pathSeparator; rather it treats it as the default delimiter.
${:} resolves to an empty string.
a${:} resolves to a
${:}a resolves to a