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/10/02 18:25:07 UTC

[jira] [Created] (SSHD-192) Allow factory-injected replacement for Client TcpipForwardSupport

Kevin Winchester created SSHD-192:
-------------------------------------

             Summary: Allow factory-injected replacement for Client TcpipForwardSupport
                 Key: SSHD-192
                 URL: https://issues.apache.org/jira/browse/SSHD-192
             Project: MINA SSHD
          Issue Type: Improvement
            Reporter: Kevin Winchester


The current TcpipForwardSupport class does not allow any behaviour to be implemented in the case of a failure to establish a channel.

The code should be changed to allow replacement implementations of this class such that failures can be handled in custom ways.

--
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-192) Allow factory-injected replacement for Client TcpipForwardSupport

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

Kevin Winchester updated SSHD-192:
----------------------------------

    Attachment: SSHD-192.patch

I am attaching a patch to implement the described changes.  I also included the fix for SSHD-190 as it was required for these changes.

I am supposed to grant copyright to the ASF when submitting this patch, but I do not see where to do that.  I do grant it though.
                
> Allow factory-injected replacement for Client TcpipForwardSupport
> -----------------------------------------------------------------
>
>                 Key: SSHD-192
>                 URL: https://issues.apache.org/jira/browse/SSHD-192
>             Project: MINA SSHD
>          Issue Type: Improvement
>            Reporter: Kevin Winchester
>         Attachments: SSHD-192.patch
>
>
> The current TcpipForwardSupport class does not allow any behaviour to be implemented in the case of a failure to establish a channel.
> The code should be changed to allow replacement implementations of this class such that failures can be handled in custom ways.

--
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-192) Allow factory-injected replacement for client tcpip forward support

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

Guillaume Nodet updated SSHD-192:
---------------------------------

    Summary: Allow factory-injected replacement for client tcpip forward support  (was: Allow factory-injected replacement for Client TcpipForwardSupport)
    
> Allow factory-injected replacement for client tcpip forward support
> -------------------------------------------------------------------
>
>                 Key: SSHD-192
>                 URL: https://issues.apache.org/jira/browse/SSHD-192
>             Project: MINA SSHD
>          Issue Type: Improvement
>            Reporter: Kevin Winchester
>             Fix For: 0.9.0
>
>         Attachments: SSHD-192.patch
>
>
> The current TcpipForwardSupport class does not allow any behaviour to be implemented in the case of a failure to establish a channel.
> The code should be changed to allow replacement implementations of this class such that failures can be handled in custom ways.

--
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-192) Allow factory-injected replacement for client tcpip forward support

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

Guillaume Nodet resolved SSHD-192.
----------------------------------

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

Committing to https://svn.apache.org/repos/asf/mina/sshd/trunk ...
	A	sshd-core/src/main/java/org/apache/sshd/client/session/DefaultTcpipForwarderFactory.java
	A	sshd-core/src/main/java/org/apache/sshd/client/session/TcpipForwarder.java
	A	sshd-core/src/main/java/org/apache/sshd/client/session/TcpipForwarderFactory.java
	M	sshd-core/src/main/java/org/apache/sshd/ClientSession.java
	M	sshd-core/src/main/java/org/apache/sshd/SshClient.java
	M	sshd-core/src/main/java/org/apache/sshd/client/ClientFactoryManager.java
	M	sshd-core/src/main/java/org/apache/sshd/client/session/ClientSessionImpl.java
	M	sshd-core/src/main/java/org/apache/sshd/client/session/TcpipForwardSupport.java
Committed r1393417

                
> Allow factory-injected replacement for client tcpip forward support
> -------------------------------------------------------------------
>
>                 Key: SSHD-192
>                 URL: https://issues.apache.org/jira/browse/SSHD-192
>             Project: MINA SSHD
>          Issue Type: Improvement
>            Reporter: Kevin Winchester
>            Assignee: Guillaume Nodet
>             Fix For: 0.9.0
>
>         Attachments: SSHD-192.patch
>
>
> The current TcpipForwardSupport class does not allow any behaviour to be implemented in the case of a failure to establish a channel.
> The code should be changed to allow replacement implementations of this class such that failures can be handled in custom ways.

--
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