Return-Path: X-Original-To: apmail-mina-dev-archive@www.apache.org Delivered-To: apmail-mina-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 31997D23B for ; Wed, 3 Oct 2012 11:14:09 +0000 (UTC) Received: (qmail 42119 invoked by uid 500); 3 Oct 2012 11:14:08 -0000 Delivered-To: apmail-mina-dev-archive@mina.apache.org Received: (qmail 41721 invoked by uid 500); 3 Oct 2012 11:14:08 -0000 Mailing-List: contact dev-help@mina.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mina.apache.org Delivered-To: mailing list dev@mina.apache.org Received: (qmail 41705 invoked by uid 99); 3 Oct 2012 11:14:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2012 11:14:08 +0000 Date: Wed, 3 Oct 2012 22:14:08 +1100 (NCT) From: "Guillaume Nodet (JIRA)" To: dev@mina.apache.org Message-ID: <143993314.158518.1349262848169.JavaMail.jiratomcat@arcas> In-Reply-To: <1358757768.139360.1348841947615.JavaMail.jiratomcat@arcas> Subject: [jira] [Resolved] (SSHD-190) Ability to access the ssh Session from the ClientSession MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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