citrusframework / citrus

Framework for automated integration tests with focus on messaging integration
https://citrusframework.org
Apache License 2.0
456 stars 134 forks source link

SFTP server breaks the XML marshaller with non Unicode characters in remote file paths #1107

Closed christophd closed 8 months ago

christophd commented 8 months ago

Citrus Version 4.1.0

Problem When SFTP server component verifies a put command the remote file path is provided with the request. Unfortunately, latest version of sshd library may produce non Unicode characters as part of the remote file handle. This breaks the XML/JSON marshal serialization in Citrus for the put request.