You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by necouchman <gi...@git.apache.org> on 2018/02/04 04:31:38 UTC

[GitHub] guacamole-client pull request #244: GUACAMOLE-499: Have REST API leverage bu...

GitHub user necouchman opened a pull request:

    https://github.com/apache/guacamole-client/pull/244

    GUACAMOLE-499: Have REST API leverage built-in HTTP Status Codes

    This updates the exception handling in the `RESTExceptionWrapper` such that it uses the HTTP Status codes built into the `GuacamoleStatus` class instead of parsing out the `Response.Status` codes manually.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/necouchman/guacamole-client GUACAMOLE-499

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/guacamole-client/pull/244.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 #244
    
----
commit 2cec49ac5541ee7780ec32fe9181e9a904fa4311
Author: Nick Couchman <vn...@...>
Date:   2018-02-04T04:29:59Z

    GUACAMOLE-499: Have RESTExceptionWrapper leverage HTTP status codes built into GuacamoleStatus.

----


---

[GitHub] guacamole-client pull request #244: GUACAMOLE-499: Have REST API leverage bu...

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

    https://github.com/apache/guacamole-client/pull/244


---