Hello, I am currently diving into the client source code (both Angular and Java apps). My ultimate goal is to build a dashboard with a view of all existing connections using shared profiles.
To do that, I see two sub tasks to achieve first: - Automatically create a shared profile on each new connection - Populate the shared profile into a database and wrap an API around it. Starting with the first task, I am trying to understand how shared profiles are generated. Running JDB on a remote tomcat server, I see the connection going to jdbc.sharingprofile.SharingProfileService and rest.sharingprofile.APISharingProfile. However, I am not able to get the URL String (looking like server:8080/guacamole/#/?key=BvpYzgswchFdm6m3mKC6ihuELtYqdsfd) in the objects. Could you indicate me where I should put my break point to see the entire object containing this string please? What does the object looks like? Am I overally going on the right direction? I'd really appreciate any help that you could provide me. Thank you very much, Cheers, Mathieu
