Fixes https://github.com/spring-projects/spring-integration-extensions/issues/193 The `URLEncoder` encodes the credentials unconditionally (including colon) making such a Basic Authentication useless * Change the logic to build the full `URI` from the components and call its `toASCIIString()` for the proper encoding
Spring Integration Smb Support
Introduction
This module add Spring Integration support for Server Message Block (SMB).