Robin Lutter created CAMEL-6037:
-----------------------------------
Summary: multiple decoding Endpoint Parameters containing
urlchars: '+'. '?', '&'
Key: CAMEL-6037
URL: https://issues.apache.org/jira/browse/CAMEL-6037
Project: Camel
Issue Type: Bug
Components: camel-ftp
Affects Versions: 2.10.3
Reporter: Robin Lutter
ftpClientParameters are already (partially) urldecoded in method
FtpEndpoint.createRemoteFileOperations when calling for
IntrospectionSupport.setProperties, this results in wrong password strings. for
example
uri=ftp://ftp2.server/path?fileName=testfile.txt&username=user&password=se%2Bcure
'se+cure' -> 'se cure'
I think it is caused by DefaultCamelContext.normalizeEndpointUri
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira