Stefan Seifert created JCRVLT-484:
-------------------------------------
Summary: Filter settings should ignore whitespaces when splitting
comma-separated strings
Key: JCRVLT-484
URL: https://issues.apache.org/jira/browse/JCRVLT-484
Project: Jackrabbit FileVault
Issue Type: Improvement
Components: vlt
Affects Versions: 3.4.8
Reporter: Stefan Seifert
when parsing a filter definition like this:
{code:xml}
<validatorsSettings>
<jackrabbit-filter>
<options>
<validRoots>
/conf/global/settings/workflow/models/dam,
/var/workflow/models/dam
</validRoots>
</options>
</jackrabbit-filter>
</validatorsSettings>
{code}
the first entry is interpreted correctly (trimmed by maven), but the second
not, whitspaces are added to the path. whitespaces around the commas should be
trimmed.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)