You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Kevin Winchester (JIRA)" <ji...@apache.org> on 2012/09/28 16:19:07 UTC

[jira] [Created] (SSHD-190) ClientSession interface should extend Session

Kevin Winchester created SSHD-190:
-------------------------------------

             Summary: ClientSession interface should extend Session
                 Key: SSHD-190
                 URL: https://issues.apache.org/jira/browse/SSHD-190
             Project: MINA SSHD
          Issue Type: Bug
    Affects Versions: 0.8.0
            Reporter: Kevin Winchester
            Priority: Minor


Once a client connection is established, we can retrieve a ClientSession instance for that connection.  Unfortunately, this does not allow us to add SessionListeners to the session, because ClientSession does not extend Session.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (SSHD-190) Ability to access the ssh Session from the ClientSession

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SSHD-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated SSHD-190:
---------------------------------

    Comment: was deleted

(was: The ClientSession is supposed to be the real user interface, so I'm reluctant to have ClientSession extend Session.
I'll rather add a method to access the Session interface.)
    
> Ability to access the ssh Session from the ClientSession
> --------------------------------------------------------
>
>                 Key: SSHD-190
>                 URL: https://issues.apache.org/jira/browse/SSHD-190
>             Project: MINA SSHD
>          Issue Type: Bug
>    Affects Versions: 0.8.0
>            Reporter: Kevin Winchester
>            Priority: Minor
>         Attachments: SSHD-190.patch
>
>
> Once a client connection is established, we can retrieve a ClientSession instance for that connection.  Unfortunately, this does not allow us to add SessionListeners to the session, because ClientSession does not extend Session.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (SSHD-190) Ability to access the ssh Session from the ClientSession

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SSHD-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated SSHD-190:
---------------------------------

    Summary: Ability to access the ssh Session from the ClientSession  (was: ClientSession interface should extend Session)
    
> Ability to access the ssh Session from the ClientSession
> --------------------------------------------------------
>
>                 Key: SSHD-190
>                 URL: https://issues.apache.org/jira/browse/SSHD-190
>             Project: MINA SSHD
>          Issue Type: Bug
>    Affects Versions: 0.8.0
>            Reporter: Kevin Winchester
>            Priority: Minor
>         Attachments: SSHD-190.patch
>
>
> Once a client connection is established, we can retrieve a ClientSession instance for that connection.  Unfortunately, this does not allow us to add SessionListeners to the session, because ClientSession does not extend Session.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (SSHD-190) Ability to access the ssh Session from the ClientSession

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SSHD-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13468468#comment-13468468 ] 

Guillaume Nodet commented on SSHD-190:
--------------------------------------

The ClientSession is supposed to be the real user interface, so I'm reluctant to have ClientSession extend Session.
I'll rather add a method to access the Session interface.
                
> Ability to access the ssh Session from the ClientSession
> --------------------------------------------------------
>
>                 Key: SSHD-190
>                 URL: https://issues.apache.org/jira/browse/SSHD-190
>             Project: MINA SSHD
>          Issue Type: Bug
>    Affects Versions: 0.8.0
>            Reporter: Kevin Winchester
>            Priority: Minor
>         Attachments: SSHD-190.patch
>
>
> Once a client connection is established, we can retrieve a ClientSession instance for that connection.  Unfortunately, this does not allow us to add SessionListeners to the session, because ClientSession does not extend Session.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (SSHD-190) ClientSession interface should extend Session

Posted by "Kevin Winchester (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SSHD-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Winchester updated SSHD-190:
----------------------------------

    Attachment: SSHD-190.patch

I am attaching the obvious patch.
                
> ClientSession interface should extend Session
> ---------------------------------------------
>
>                 Key: SSHD-190
>                 URL: https://issues.apache.org/jira/browse/SSHD-190
>             Project: MINA SSHD
>          Issue Type: Bug
>    Affects Versions: 0.8.0
>            Reporter: Kevin Winchester
>            Priority: Minor
>         Attachments: SSHD-190.patch
>
>
> Once a client connection is established, we can retrieve a ClientSession instance for that connection.  Unfortunately, this does not allow us to add SessionListeners to the session, because ClientSession does not extend Session.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (SSHD-190) Ability to access the ssh Session from the ClientSession

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SSHD-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SSHD-190.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.9.0
         Assignee: Guillaume Nodet

Committing to https://svn.apache.org/repos/asf/mina/sshd/trunk ...
	M	sshd-core/src/main/java/org/apache/sshd/ClientSession.java
Committed r1393416

                
> Ability to access the ssh Session from the ClientSession
> --------------------------------------------------------
>
>                 Key: SSHD-190
>                 URL: https://issues.apache.org/jira/browse/SSHD-190
>             Project: MINA SSHD
>          Issue Type: Bug
>    Affects Versions: 0.8.0
>            Reporter: Kevin Winchester
>            Assignee: Guillaume Nodet
>            Priority: Minor
>             Fix For: 0.9.0
>
>         Attachments: SSHD-190.patch
>
>
> Once a client connection is established, we can retrieve a ClientSession instance for that connection.  Unfortunately, this does not allow us to add SessionListeners to the session, because ClientSession does not extend Session.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira