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/08/19 22:27:58 UTC

[commons-vfs] branch master updated: SftpFileSystem returns null channel and produce NPE - fix get… #110.

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 fa9691c  SftpFileSystem returns null channel and produce NPE - fix get… #110.
fa9691c is described below

commit fa9691c4f50f98e98fe30030f4026da972a85b1d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 19 18:27:50 2020 -0400

    SftpFileSystem returns null channel and produce NPE - fix get… #110.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0d8555d..bdeceb0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -83,6 +83,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" due-to="PeterAlfredLee" type="add">
         Add proxy config for some Http/Https test #108.
       </action>
+      <action issue="VFS-780" dev="ggregory" due-to="Wuchte" type="fix">
+        SftpFileSystem returns null channel and produce NPE - fix get… #110.
+      </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Update tests from Apache Commons Lang 3.9 to 3.11.
       </action>