spring-integration icon indicating copy to clipboard operation
spring-integration copied to clipboard

GH-9294: Set permissions to target file on rename

Open artembilan opened this issue 1 year ago • 0 comments

Fixes: #9294

When the deleteSourceFiles property of FileWritingMessageHandler is true, the chmod is not set on the target file.

  • Fix FileWritingMessageHandler.handleFileMessage() logic to setPermissions(resultFile) after move operation

Auto-cherry-pick to 6.3.x & 6.2.x

artembilan avatar Jul 03 '24 19:07 artembilan