Files
spring-integration/spring-integration-ftp/src/main
Gary Russell 26cd6456e9 INT-4495: (S)FTP: fix max-fetch with directories
JIRA: https://jira.spring.io/browse/INT-4495

Previously, `maxFetch` was applied before directories were removed from
the fetch list.

Remove the directories before filtering and applying `maxFetch`.

* Polishing - PR Comments

* More polishing

* More polishing.

* Check for empty array.

* Remove test main method.

INT-4495: Fix SFTP tests
2018-06-29 17:01:25 -04:00
..