[ https://issues.apache.org/jira/browse/JCRVLT-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konrad Windszus updated JCRVLT-484:
-----------------------------------
Affects Version/s: (was: 3.4.8)
> 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
> Reporter: Stefan Seifert
> Priority: Major
> Fix For: 3.4.8
>
>
> 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)
|