You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the impl of executeRemoteCommand(String command, OutputStream stdout, OutputStream stderr, Charset charset), charset argument is not respected as it's not passed into the channel creation method:
Version
2.13.2
Bug description
Looking at the impl of
executeRemoteCommand(String command, OutputStream stdout, OutputStream stderr, Charset charset)
,charset
argument is not respected as it's not passed into the channel creation method:mina-sshd/sshd-core/src/main/java/org/apache/sshd/client/session/ClientSession.java
Line 295 in f039b68
The text was updated successfully, but these errors were encountered: