>
> > -----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
; -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
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
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
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