GUACAMOLE-540: Merge changes ensuring remote addresses are handled/logged consistently across the various parts of the webapp.
Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/34faa5d9 Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/34faa5d9 Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/34faa5d9 Branch: refs/heads/master Commit: 34faa5d928eab6b39ad7b7af76ac8aec7970695a Parents: b0da0d1 2ff416b Author: Michael Jumper <[email protected]> Authored: Sun Jul 1 23:09:08 2018 -0700 Committer: Michael Jumper <[email protected]> Committed: Sun Jul 1 23:09:08 2018 -0700 ---------------------------------------------------------------------- .../auth/jdbc/user/ModeledUserContext.java | 2 +- .../auth/jdbc/user/RemoteAuthenticatedUser.java | 58 +------------------- .../apache/guacamole/net/auth/Credentials.java | 40 ++++++++++++++ .../guacamole/rest/auth/TokenRESTService.java | 10 +--- .../guacamole/rest/user/UserResource.java | 9 +-- 5 files changed, 45 insertions(+), 74 deletions(-) ----------------------------------------------------------------------
