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 2021/11/26 17:24:02 UTC

[commons-vfs] branch master updated: SFTP channel isn't returned to the pool when SftpFileObject.doGetOutputStream throws an exception. #215.

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 7a77f02  SFTP channel isn't returned to the pool when SftpFileObject.doGetOutputStream throws an exception. #215.
7a77f02 is described below

commit 7a77f02e18704b5bf6af441f33aa6ebba36ed89e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 26 12:23:59 2021 -0500

    SFTP channel isn't returned to the pool when
    SftpFileObject.doGetOutputStream throws an exception. #215.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5f09891..0b22ebd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Gary Gregory">
         LocalFile: Fix exception message "Unknown message with code" and use an actual message code.
       </action>
+      <action type="fix" dev="ggregory" due-to="zhouwenqing, Gary Gregory">
+        SFTP channel isn't returned to the pool when SftpFileObject.doGetOutputStream throws an exception. #215.
+      </action>
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Seth Falco">
         Add vscode files to gitignore #205.