You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by mike-jumper <gi...@git.apache.org> on 2017/09/26 19:18:58 UTC

[GitHub] incubator-guacamole-client pull request #193: GUACAMOLE-341: Automatically p...

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 <mj...@apache.org>
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).

----


---

[GitHub] incubator-guacamole-client pull request #193: GUACAMOLE-341: Automatically p...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-guacamole-client/pull/193


---