GitHub user necouchman opened a pull request:
https://github.com/apache/guacamole-client/pull/252
GUACAMOLE-504: Add getHttpStatusCode() method to GuacamoleException class
Adds the getHttpStatusCode() method to the GuacamoleException class, which
will allow for exceptions to explicitly override the HTTP status code as
required.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/necouchman/guacamole-client GUACAMOLE-504
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-client/pull/252.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 #252
----
commit 7ffa2a0cd1326693e37ea61f63640f7e3f385340
Author: Nick Couchman <vnick@...>
Date: 2018-02-08T03:57:21Z
GUACAMOLE-504: Add getHttpStatusCode() method to GuacamoleException class.
----
---