This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch staging/1.6.0
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit b9f43cd8f0553721ad8700cda924c9b8e90f61e9
Merge: 5c3ddb4f0 4670ad0b9
Author: Virtually Nick <[email protected]>
AuthorDate: Mon Apr 14 22:19:05 2025 -0400

    GUACAMOLE-2052: Merge maintain independent copy of request details in 
Credentials.

 .../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(-)

Reply via email to