mike-jumper opened a new pull request, #1075:
URL: https://github.com/apache/guacamole-client/pull/1075
We cannot rely on referencing the `HttpServletRequest` outside the scope of
that request. To fix this behavior, this change:
* Refactors away reliance on continued references to `HttpServletRequest`
within `Credentials`, replacing them with a `RequestDetails` copy of the
request.
* Deprecates:
* `getRequest()` in favor of `getRequestDetails()`
* `setRequest()`, `setSession()`, `setRemoteAddress()`, and
`setRemoteHostname()` in favor of `setRequestDetails()`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]