[
https://issues.apache.org/jira/browse/GUACAMOLE-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16498310#comment-16498310
]
Michael Jumper commented on GUACAMOLE-566:
------------------------------------------
This also seems to fix the issue where the details of internal errors would be
masked, replaced by "SEVERE: Mapped exception to response: 500 (Internal Server
Error)". Such errors are now properly logged, with the error message always
being logged at the error level and the stack trace logged at the debug level.
> Add RESTExceptionWrapper support for extensions
> -----------------------------------------------
>
> Key: GUACAMOLE-566
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-566
> Project: Guacamole
> Issue Type: New Feature
> Components: guacamole
> Reporter: Nick Couchman
> Assignee: Nick Couchman
> Priority: Major
> Fix For: 1.0.0
>
>
> The REST APIs implemented by extensions currently do not get passed through
> the same RESTExceptionWrapper that the REST API of the main web application
> does, which makes generating human-readable error messages difficult. The
> extension loader needs to be modified such that the RESTExceptionWrapper is
> applied to the extensions in addition to the main REST interface.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)