-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-9268: Fix regression in SMB Inbound for sub-dirs
Fixes: #9268 The new `SmbSession.list()` behavior prevents to pull files from sub-folders in inbound channel adapter * Fix `SmbSession.list()` similar way to `SftpSession`: if `remoteFile.isFile()` then remove it as is. Otherwise, perform `smbDir.listFiles()` on that sub-dir * Modify `SmbTests.testSmbInboundFlow()` to poll files from the `smbSource/subSmbSource/` (cherry picked from commit f2399a4)
- Loading branch information
1 parent
23745aa
commit 841a9f5
Showing
2 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters