Files
spring-integration-extensions/spring-integration-smb
Artem Bilan 2b19d553d0 GH-193: Fix URL parsing in the SmbConfig
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
2018-06-04 13:55:53 -04:00
..
2018-04-26 10:34:36 -04:00
2018-04-26 10:34:36 -04:00

Spring Integration Smb Support

Introduction

This module add Spring Integration support for Server Message Block (SMB).