This is an automated email from the ASF dual-hosted git repository.
vnick pushed a change to branch staging/1.4.0
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.
from 85cef39 GUACAMOLE-1130: Merge limitation of LDAP query scope to only
required attributes.
add 5fdfb56 GUACAMOLE-956: Automatically pull token from HTTP header or
query parameter.
add aacf638 GUACAMOLE-956: Use "Guacamole-Token" header in favor of
"token" query parameter when invoking REST API from client.
add 1a0802f GUACAMOLE-956: Provide alternative means of deleting the
current token that does not specify the token within the URL.
add 0597358 GUACAMOLE-956: Decouple tunnel UUID from HTTP tunnel session
identification.
add 38b3a19 GUACAMOLE-956: Clarify relation of ContainerRequest to the
HTTP request that resulted in an exception.
new d05e379 GUACAMOLE-956: Merge leverage HTTP header instead of query
parameter for auth/session tokens.
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:
.../src/main/webapp/modules/Tunnel.js | 30 +++-
.../guacamole/servlet/GuacamoleHTTPTunnelMap.java | 53 +++---
.../servlet/GuacamoleHTTPTunnelServlet.java | 196 ++++++++++++++-------
.../src/app/auth/service/authenticationService.js | 47 ++++-
.../app/rest/services/activeConnectionService.js | 36 +---
.../app/rest/services/connectionGroupService.js | 39 +---
.../src/app/rest/services/connectionService.js | 51 ++----
.../src/app/rest/services/historyService.js | 7 +-
.../src/app/rest/services/languageService.js | 10 +-
.../src/app/rest/services/membershipService.js | 54 +-----
.../frontend/src/app/rest/services/patchService.js | 10 +-
.../src/app/rest/services/permissionService.js | 28 +--
.../src/app/rest/services/schemaService.js | 60 ++-----
.../src/app/rest/services/sharingProfileService.js | 41 +----
.../src/app/rest/services/tunnelService.js | 30 +---
.../src/app/rest/services/userGroupService.js | 44 +----
.../frontend/src/app/rest/services/userService.js | 52 +-----
.../apache/guacamole/rest/RESTExceptionMapper.java | 34 +---
.../rest/{package-info.java => TokenParam.java} | 16 +-
.../apache/guacamole/rest/TokenParamProvider.java | 60 +++++++
.../guacamole/rest/auth/AuthenticationService.java | 43 +++++
.../guacamole/rest/session/SessionRESTService.java | 6 +-
.../guacamole/rest/session/SessionResource.java | 37 +++-
.../rest/session/SessionResourceFactory.java | 5 +-
24 files changed, 487 insertions(+), 502 deletions(-)
copy guacamole/src/main/java/org/apache/guacamole/rest/{package-info.java =>
TokenParam.java} (65%)
create mode 100644
guacamole/src/main/java/org/apache/guacamole/rest/TokenParamProvider.java