-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
in the below 2 documents
- https://docs.spring.io/spring-integration/docs/5.1.0.RELEASE/reference/html/whats-new.html#x5.1-files
- https://docs.spring.io/spring-integration/docs/5.1.0.RELEASE/reference/html/files.html
there are many examples where the file-inbound-channel-adapter's property directory uses the file url prefix. according to my tests this does not work, it only works when specifiying the directory without any prefix or url formatting
<int-file:inbound-channel-adapter id="filesIn" directory="file:${input.directory}" prevent-duplicates="true"> <int-file:locker ref="customLocker"/> </int-file:inbound-channel-adapter>
Metadata
Metadata
Assignees
Labels
No labels