GitHub user necouchman opened a pull request:
https://github.com/apache/incubator-guacamole-client/pull/197
GUACAMOLE-412: Prevent exception propagation for null UserContext
Changes to event listeners from GUACAMOLE-364 (#184) cause modules that do
not have a UserContext object to fail at login. This is a potential fix for
that issue - preventing the GuacamoleResourceNotFoundException from propagating
down and instead just throwing a warning and debug message into the log file.
Not sure if this is the preferred way to go, or if there are other implications
to this?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/necouchman/incubator-guacamole-client
GUACAMOLE-412
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-client/pull/197.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 #197
----
commit 3445cb739eeba721d0fc17a0254d02270e2f3389
Author: Nick Couchman <[email protected]>
Date: 2017-10-11T14:34:56Z
GUACAMOLE-412: Prevent exception propagation from getUserContext during
event handling.
----
---