Commons configuration fails on parsing values with "," in it
------------------------------------------------------------
Key: JAMES-940
URL: https://issues.apache.org/jira/browse/JAMES-940
Project: JAMES Server
Issue Type: Bug
Reporter: Norman Maurer
Assignee: Norman Maurer
Currently James fail to start because commons configuration fails to parse ","
within configurations values. Here is the config part which let it fail to
start:
<!-- If infected go to virus processor -->
<mailet match="HasMailAttributeWithValue=org.apache.james.infected,
true" class="ToProcessor">
<processor> virus </processor>
</mailet>
After commenting or remove this james start without problems
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]