[
https://issues.apache.org/jira/browse/CAMEL-3565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984617#action_12984617
]
Claus Ibsen commented on CAMEL-3565:
------------------------------------
Ah I can only reproduce it by writing a file using Java code to ensure there is
a trailing space. The editor strips the spaces as it knows its a properties
file :)
> When Camel loads properties Camel should remove spaces (trim) from the end of
> the line.
> ---------------------------------------------------------------------------------------
>
> Key: CAMEL-3565
> URL: https://issues.apache.org/jira/browse/CAMEL-3565
> Project: Camel
> Issue Type: Improvement
> Affects Versions: 2.5.0
> Reporter: Andreas Asmuss
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 2.6.0
>
>
> If Camel reads a property from a properties-file that has a space at the end
> of a line like:
> some.property = theValue <---
> Camel will resolve "theValue " and then crash at route creation. Should be
> "theValue".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.