mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-956: Clarify relation of ContainerRequest to the HTTP request that resulted in an exception.
This commit is contained in:
@@ -50,10 +50,10 @@ public class RESTExceptionMapper implements ExceptionMapper<Throwable> {
|
||||
private final Logger logger = LoggerFactory.getLogger(RESTExceptionMapper.class);
|
||||
|
||||
/**
|
||||
* The ContainerRequest for HTTP request that resulted in the Throwable
|
||||
* being intercepted. Despite this class being a Singleton, this object will
|
||||
* always be scoped with the current request for the Throwable that is being
|
||||
* processed by this class.
|
||||
* The ContainerRequest representing the HTTP request that resulted in the
|
||||
* Throwable being intercepted. Despite this class being a Singleton, this
|
||||
* object will always be scoped with the current request for the Throwable
|
||||
* that is being processed by this class.
|
||||
*/
|
||||
@Context
|
||||
private ContainerRequest request;
|
||||
|
Reference in New Issue
Block a user