The SFTP Provider Should Use Daemon Threads
-------------------------------------------

                 Key: VFS-211
                 URL: https://issues.apache.org/jira/browse/VFS-211
             Project: Commons VFS
          Issue Type: Improvement
    Affects Versions: 1.1, 2.0
            Reporter: James Carman
            Assignee: James Carman
             Fix For: 2.0


In a simple connect and list the contents example, it never terminates since 
JSch fires up a "keep alive" thread and doesn't mark it as daemon.  You can 
tell JSch to make that thread a daemon thread by calling setDaemonThread(true) 
on the Session.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to