You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/12/16 22:52:33 UTC

[commons-vfs] branch master updated: [SFTP] SftpFileSystem.executeCommand() should use UTF-8 instead of the platform default.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 744f205  [SFTP] SftpFileSystem.executeCommand() should use UTF-8 instead of the platform default.
744f205 is described below

commit 744f20546c93dcabb94eca43d7558d92de0e7c33
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Dec 16 17:52:29 2020 -0500

    [SFTP] SftpFileSystem.executeCommand() should use UTF-8 instead of the
    platform default.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2ba8968..38eba33 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,6 +57,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="VFS-783" dev="ggregory" due-to="satish-csi, Woonsan Ko, Gary Gregory" type="fix">
         Proper http scheme setting on webdav/webdav2 with unit tests #143.
       </action>
+      <action issue="VFS-783" dev="ggregory" due-to="Gary Gregory" type="fix">
+        [SFTP] SftpFileSystem.executeCommand() should use UTF-8 instead of the platform default.
+      </action>
       <!-- ADDS -->
       <action dev="ggregory" due-to="Boris Petrov, Gary Gregory" type="update">
         Add ability to remove a provider from DefaultFileSystemManager #149.