This is an automated email from the ASF dual-hosted git repository.
vnick pushed a change to branch patch
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
from 94e9a9b3e Merge 1.6.0 changes to patch.
add 4670ad0b9 GUACAMOLE-2052: Maintain independent copy of request details
in Credentials.
add b9f43cd8f GUACAMOLE-2052: Merge maintain independent copy of request
details in Credentials.
new 74e597397 Merge 1.6.0 changes to patch.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../auth/duo/DuoAuthenticationProvider.java | 6 +-
.../auth/duo/UserVerificationService.java | 8 +-
.../auth/header/AuthenticationProviderService.java | 21 +-
.../jdbc/sharing/ConnectionSharingService.java | 8 +-
.../guacamole/auth/jdbc/user/UserService.java | 6 +-
.../auth/json/RequestValidationService.java | 25 +-
.../guacamole/auth/json/user/UserDataService.java | 10 +-
.../auth/json/RequestValidationServiceTest.java | 67 ++--
.../auth/radius/AuthenticationProviderService.java | 6 +-
.../auth/cas/AuthenticationProviderService.java | 10 +-
.../auth/openid/AuthenticationProviderService.java | 18 +-
.../auth/saml/AuthenticationProviderService.java | 11 +-
.../auth/ssl/AuthenticationProviderService.java | 13 +-
.../auth/totp/user/UserVerificationService.java | 6 +-
.../org/apache/guacamole/net/RequestDetails.java | 411 +++++++++++++++++++++
.../org/apache/guacamole/net/auth/Credentials.java | 269 ++++++++++----
.../org/apache/guacamole/event/RemoteAddress.java | 11 +-
17 files changed, 695 insertions(+), 211 deletions(-)
create mode 100644
guacamole-ext/src/main/java/org/apache/guacamole/net/RequestDetails.java