GitHub user necouchman opened a pull request:
https://github.com/apache/guacamole-client/pull/242
GUACAMOLE-197: Convert state to Hex string to avoid encoding issues.
Okay, PR to convert the RADIUS state from a `byte[]` to a hex string to
avoid the encoding issues. Tested with Challenge/Response authentication, and
it appears to work.
Not sure if there's anywhere the documentation should be updated, since it
still ends up as a `String` - I can throw some language about it being a hex
string into the `RadiusStateField` class, if that makes sense.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/necouchman/guacamole-client working/radius
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-client/pull/242.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #242
----
commit 769a34f511d3d00d5a34f8f6816521fdd8f847c6
Author: Nick Couchman <vnick@...>
Date: 2018-02-03T20:45:38Z
GUACAMOLE-197: Convert state to Hex string to avoid encoding issues.
----
---