Hi, when using the below URI Camel is logging a warning: ftp://user@host:21//?binary=false&disconnect=true&eagerDeleteTargetFile=false&fastExistsCheck=true&fileExist=Override&ftpClient.connectTimeout=30000&ftpClient.dataTimeout=30000&ftpClient.defaultTimeout=30000&passiveMode=false&password=aPass&reconnectDelay=1000&soTimeout=30000&stepwise=false&tempFileName=RAW(${file:name.noext}.${in.header.x-feed_id}.tmp)
Supplied URI '[truncated for readability]' contains unsafe characters, please check encoding. I would think the warning is caused by the tempFileName parameter but since I am using RAW() I would expect camel to not complain about encoding. Is there any other way of creating the above uri avoiding encoding WARN? I've tried to encode the tempFileName param but it wouldn't give the same behaviour. -- View this message in context: http://camel.465427.n5.nabble.com/URI-contains-unsafe-characters-tp5779497.html Sent from the Camel - Users mailing list archive at Nabble.com.