You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Jamie goodyear (JIRA)" <ji...@apache.org> on 2009/12/11 20:46:20 UTC

[jira] Created: (FELIX-1939) [karaf] Ssh client out put is poorly formatted.

[karaf] Ssh client out put is poorly formatted.
-----------------------------------------------

                 Key: FELIX-1939
                 URL: https://issues.apache.org/jira/browse/FELIX-1939
             Project: Felix
          Issue Type: Bug
         Environment: Linux
            Reporter: Jamie goodyear
             Fix For: karaf-1.4.0


Output from Karaf is poorly formatted when connected to console via ssh connection.

This may be related to recent changes in Mina SSHD:
http://svn.apache.org/viewvc/mina/sshd/trunk/sshd-core/src/main/java/org/apache/sshd/server/channel/ChannelSession.java?r1=835763&r2=882134&diff_format=h

Restoring LfToCrLfFilterOutputStream to mina sshd appears to resolve the issue for Karaf, however we may want to resolve this issue on our side. Thoughts? Comments?

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


[jira] Commented: (FELIX-1939) [karaf] Ssh client out put is poorly formatted.

Posted by "Jamie goodyear (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12790297#action_12790297 ] 

Jamie goodyear commented on FELIX-1939:
---------------------------------------

I've uploaded to Apache Mina SSHD a patch to will restore the Lf to CrLf filter.
https://issues.apache.org/jira/browse/SSHD-67

> [karaf] Ssh client out put is poorly formatted.
> -----------------------------------------------
>
>                 Key: FELIX-1939
>                 URL: https://issues.apache.org/jira/browse/FELIX-1939
>             Project: Felix
>          Issue Type: Bug
>         Environment: Linux
>            Reporter: Jamie goodyear
>             Fix For: karaf-1.4.0
>
>
> Output from Karaf is poorly formatted when connected to console via ssh connection.
> This may be related to recent changes in Mina SSHD:
> http://svn.apache.org/viewvc/mina/sshd/trunk/sshd-core/src/main/java/org/apache/sshd/server/channel/ChannelSession.java?r1=835763&r2=882134&diff_format=h
> Restoring LfToCrLfFilterOutputStream to mina sshd appears to resolve the issue for Karaf, however we may want to resolve this issue on our side. Thoughts? Comments?

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


[jira] Resolved: (FELIX-1939) [karaf] Ssh client out put is poorly formatted.

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

Guillaume Nodet resolved FELIX-1939.
------------------------------------

    Resolution: Fixed
      Assignee: Guillaume Nodet

URL: http://svn.apache.org/viewvc?rev=908534&view=rev
URL: http://svn.apache.org/viewvc?rev=908564&view=rev

We need to remove this TODO when SSHD is upgraded.


> [karaf] Ssh client out put is poorly formatted.
> -----------------------------------------------
>
>                 Key: FELIX-1939
>                 URL: https://issues.apache.org/jira/browse/FELIX-1939
>             Project: Felix
>          Issue Type: Bug
>         Environment: Linux
>            Reporter: Jamie goodyear
>            Assignee: Guillaume Nodet
>             Fix For: karaf-1.4.0
>
>
> Output from Karaf is poorly formatted when connected to console via ssh connection.
> This may be related to recent changes in Mina SSHD:
> http://svn.apache.org/viewvc/mina/sshd/trunk/sshd-core/src/main/java/org/apache/sshd/server/channel/ChannelSession.java?r1=835763&r2=882134&diff_format=h
> Restoring LfToCrLfFilterOutputStream to mina sshd appears to resolve the issue for Karaf, however we may want to resolve this issue on our side. Thoughts? Comments?

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