Re: java.net.URISyntaxException using recipientList

2015-07-10 Thread Marco Crivellaro
Thanks for the feedback, much appreciated. -- View this message in context: http://camel.465427.n5.nabble.com/java-net-URISyntaxException-using-recipientList-tp5769103p5769126.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: java.net.URISyntaxException using recipientList

2015-07-10 Thread Claus Ibsen
Hi I am currently testing all of Camel with the fix and a bunch of recent fix before pushing. On Fri, Jul 10, 2015 at 4:50 PM, Marco Crivellaro wrote: > Fastest fix ever! > I don't see it yet in master or 2.15.x branch, was just wondering where the > problem was. > > > > -- > View this message i

Re: java.net.URISyntaxException using recipientList

2015-07-10 Thread Marco Crivellaro
Fastest fix ever! I don't see it yet in master or 2.15.x branch, was just wondering where the problem was. -- View this message in context: http://camel.465427.n5.nabble.com/java-net-URISyntaxException-using-recipientList-tp5769103p5769115.html Sent from the Camel - Users mailing list archive a

Re: java.net.URISyntaxException using recipientList

2015-07-10 Thread Claus Ibsen
Hi I found and fixed the bug https://issues.apache.org/jira/browse/CAMEL-8951 On Fri, Jul 10, 2015 at 4:18 PM, Claus Ibsen wrote: > Hi > > Ah yeah thats a little bug in the recipient list. You are welcome to log a > JIRA > > On Fri, Jul 10, 2015 at 4:03 PM, Marco Crivellaro > wrote: >> Hi, >>

Re: java.net.URISyntaxException using recipientList

2015-07-10 Thread Claus Ibsen
Hi Ah yeah thats a little bug in the recipient list. You are welcome to log a JIRA On Fri, Jul 10, 2015 at 4:03 PM, Marco Crivellaro wrote: > Hi, > I am trying to upgrade to Camel 2.15 from camel 2.8.6 and I am finding a > problem when trying to serve endpoints which URIs contains the character

java.net.URISyntaxException using recipientList

2015-07-10 Thread Marco Crivellaro
Hi, I am trying to upgrade to Camel 2.15 from camel 2.8.6 and I am finding a problem when trying to serve endpoints which URIs contains the character { as a java.net.URISyntaxException is thrown. As an example a destination FTP endpoint contains the character '{' in the password; ie: '12{34' whe