GitHub user mike-jumper opened a pull request:
https://github.com/apache/incubator-guacamole-client/pull/193
GUACAMOLE-341: Automatically pull GUAC_USERNAME token from
AuthenticatedUser.
This change is meant to take the place of the spot fix implemented by #174,
automatically pulling the "GUAC_USERNAME" token from the identifier of the
`AuthenticatedUser` object if the associated `Credentials` to not have an
explicit username set.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-jumper/incubator-guacamole-client
username-token
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-client/pull/193.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 #193
----
commit 22bcc1b78e92d24430a7f9e1e8c1ec98159975fc
Author: Michael Jumper <[email protected]>
Date: 2017-09-26T19:09:29Z
GUACAMOLE-341: Automatically pull GUAC_USERNAME token from
AuthenticatedUser's identifier if there is no username provided via Credentials
(closes #174).
----
---