Re: URI encoding is giving me problems

2014-04-24 Thread Stephen Cameron
> > > -----Original Message- > > From: Claus Ibsen [mailto:claus.ib...@gmail.com] > > Sent: Tuesday, April 22, 2014 10:51 AM > > To: users@camel.apache.org > > Subject: Re: URI encoding is giving me problems > > > > Hi > > > > See t

Re: URI encoding is giving me problems

2014-04-24 Thread Aki Yoshida
; -Original Message- > From: Claus Ibsen [mailto:claus.ib...@gmail.com] > Sent: Tuesday, April 22, 2014 10:51 AM > To: users@camel.apache.org > Subject: Re: URI encoding is giving me problems > > Hi > > See this FAQ > http://camel.apache.org/how-do-i-configure-pass

RE: URI encoding is giving me problems

2014-04-22 Thread Ravindra.Godbole
l.apache.org Subject: Re: URI encoding is giving me problems Hi See this FAQ http://camel.apache.org/how-do-i-configure-password-options-on-camel-endpoints-without-the-value-being-encoded.html On Tue, Apr 22, 2014 at 6:17 AM, Stephen Cameron wrote: > Hi, > > I have a plus (+) symbol in a

Re: URI encoding is giving me problems

2014-04-21 Thread Claus Ibsen
Hi See this FAQ http://camel.apache.org/how-do-i-configure-password-options-on-camel-endpoints-without-the-value-being-encoded.html On Tue, Apr 22, 2014 at 6:17 AM, Stephen Cameron wrote: > Hi, > > I have a plus (+) symbol in a parameter value that is being converted to a > space. When I encode

URI encoding is giving me problems

2014-04-21 Thread Stephen Cameron
Hi, I have a plus (+) symbol in a parameter value that is being converted to a space. When I encode this as %2B it still ends up as a space in the parameter value. In fact, both %20 and %2B end up giving me spaces in the parameter value. The following shows the issue DefaultCamelContext context