Thanks, Claus - I vaguely was a aware there was something to handle password param values, I just didn't make the connection that it could be used generally to prevent URL encoding - I'll give that a try.

     -Chris

On 8/22/2013 2:34 AM, Claus Ibsen wrote:
You can try use RAW for this big and ugly regexp
http://camel.apache.org/how-do-i-configure-endpoints.html

On Wed, Aug 21, 2013 at 4:00 PM, Chris <cwolf.a...@gmail.com> wrote:
When I try to use the "include" option when defining an SFTP endpoint,
sometimes it works, other times the endpoint URI gets totally scrambled,
depending on the regular express for "include". The point at which the URI
gets scrambled is after URISupport.normalizeUri(uri)  is called.  I tried
pre-URI-encoding the regular expression, but then it gets URI-encoded twice
in that case.


Reply via email to