Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

executeRemoteCommand does not respect charset arg #597

Closed
metametadata opened this issue Sep 7, 2024 · 0 comments
Closed

executeRemoteCommand does not respect charset arg #597

metametadata opened this issue Sep 7, 2024 · 0 comments
Assignees
Labels
bug An issue describing a bug in the code
Milestone

Comments

@metametadata
Copy link

metametadata commented Sep 7, 2024

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:

Screenshot 2024-09-07 at 03 53 33
@tomaswolf tomaswolf added the bug An issue describing a bug in the code label Sep 7, 2024
@tomaswolf tomaswolf self-assigned this Sep 7, 2024
@tomaswolf tomaswolf added this to the 2.14.0 milestone Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue describing a bug in the code
Projects
None yet
Development

No branches or pull requests

2 participants