Hello folks! We are using the ftp component and build up the ftp endpoint uri dynamically. Occasionally the password consists of a questionmark but that causes the uri to be invalid:
&reconnectDelay=10000&password=pR+F3Snb%7D*?*&filter=#dlDataFileFilter The class org.apache.camel.util.UnsafeUriCharactersEncoder cannot help because no questionmarks will be encoded. Cheers Hilde -- View this message in context: http://camel.465427.n5.nabble.com/Endpoint-uri-Questionmark-as-part-of-password-tp5718378.html Sent from the Camel - Users mailing list archive at Nabble.com.
