mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-566: Update comment for request object in new mapper class.
This commit is contained in:
@@ -48,7 +48,9 @@ public class RESTExceptionMapper implements ExceptionMapper<Throwable> {
|
||||
private final Logger logger = LoggerFactory.getLogger(RESTExceptionMapper.class);
|
||||
|
||||
/**
|
||||
* The request associated with this instance of this mapper.
|
||||
* The HttpServletRequest for 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 HttpServletRequest request;
|
||||
|
Reference in New Issue
Block a user