% is encoded as %25 calling URISupport.normalizeURI on
ftp://us%2540r@host?password=t%2526st returns following URI which doesn't seem correct either: ftp://us%40r@host?password=t%2526st it seems URI parameters are not being decoded.. I would expect following result: ftp://us%40r@host?password=t%26st -- View this message in context: http://camel.465427.n5.nabble.com/Issues-with-URI-containing-40-or-26-tp5719118p5719128.html Sent from the Camel - Users mailing list archive at Nabble.com.