FtpComponent: If login fails and disconnect=true another connection is opened. ------------------------------------------------------------------------------
Key: CAMEL-2979 URL: https://issues.apache.org/activemq/browse/CAMEL-2979 Project: Apache Camel Issue Type: Bug Components: camel-ftp Affects Versions: 2.4.0 Reporter: Andreas Asmuss Priority: Minor Fix For: 2.5.0 In a route such as below a second connection to the ftp server is opened if the login fails. <route> <from uri="ftp:localhost/inbox/?username=usr&password=pwd&disconnect=true&consumer.delay=60s&maximumReconnectAttempts=0" /> <to uri="file:test_data" /> </route> Further description: http://camel.465427.n5.nabble.com/FTP-Try-login-once-and-disconnect-if-failure-td1692660.html#a1692660 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.