lixwen
Results
2
issues of
lixwen
Fix issues #101 By using new instance of URI to replace usage of workingDir.toUri().
example: username: root password: admin@123 fs.url: `sftp://root:admin%[email protected]` class: AbstractPolicy.java method: configFs(Map customConfigs) In this method, workingDir.toUri() wll change above uri to `sftp://root:admin%[email protected]`. After changing code like below, problem have solved....