[ 
https://issues.apache.org/jira/browse/CAMEL-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-6037.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.11.0
         Assignee: Claus Ibsen

Fixed by CAMEL-6176
                
> 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
>            Assignee: Claus Ibsen
>             Fix For: 2.11.0
>
>
> 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

Reply via email to