[
https://issues.apache.org/jira/browse/GUACAMOLE-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18037277#comment-18037277
]
Stephen commented on GUACAMOLE-2169:
------------------------------------
[~vnick] Why is this closed as a duplicate? The ticket this is "duplicating" is
not describing what I'm asking for but wants to show the Connection ID in the
UI.
> Tunnel/Connection IDs Should Match Between Servlet and GuacD
> ------------------------------------------------------------
>
> Key: GUACAMOLE-2169
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-2169
> Project: Guacamole
> Issue Type: Improvement
> Components: guacamole-client, guacd, guacd-docker
> Affects Versions: 1.6.0
> Reporter: Stephen
> Priority: Minor
>
> We're using a custom servlet which creates a SimpleGuacamoleTunnel to
> communicate to a Guac Daemon running in docker.
> During troubleshooting, it appears like the tunnel ID's or connection ID's
> are not the same between the two because they're both creating their own ID
> for logging.
> Troubleshooting would be much faster if the same ID was used from the
> beginning to the end for each connection/tunnel.
> Where the SimpleGuacamoleTunnel is creating it's TunnelId:
> [https://github.com/apache/guacamole-client/blob/82762fade3a17f4d90d780f2a7a1e4c41da6d095/guacamole-common/src/main/java/org/apache/guacamole/net/SimpleGuacamoleTunnel.java#L55]
> Where the Guacamole Server is generating it's connection ID:
> [https://github.com/apache/guacamole-server/blob/main/src/libguac/id.c#L42]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)