JIRA: https://jira.spring.io/browse/INT-3849 A file inbound adapter with just a `filter` attribute (no implied filter attributes) did not get its filter injected. The parser took an early exit from the filter configuration if none of the implied filter attributes were specified. Work around is to explicitly set `ignore-hidden="true"`.