Darren Foley created GUACAMOLE-752:
--------------------------------------
Summary: Include guacd connection id in error messages displayed
in browser
Key: GUACAMOLE-752
URL: https://issues.apache.org/jira/browse/GUACAMOLE-752
Project: Guacamole
Issue Type: Improvement
Components: guacamole-client, guacamole-server, libguac
Reporter: Darren Foley
Attachments: image-2019-03-13-11-35-19-659.png
When multiple simultaneous connections are present, it can be difficult for
admins to match up a browser error message being reported to them from an end
user to errors in the guacd logs for troubleshooting. If the connection id
shown in the guacd logs was exposed in browser error messages, this would
become trivial.
{code:java}
guacd[1]: INFO: Creating new client for protocol "rdp"
guacd[1]: INFO: Connection ID is "$c186d87a-2951-49f7-b0d7-8ce59cb55183"
guacd[168]: INFO: Security mode: RDP
guacd[168]: INFO: Resize method: none
guacd[168]: INFO: User "@3193d588-9446-4221-9116-f81bdc144da9" joined
connection "$c186d87a-2951-49f7-b0d7-8ce59cb55183" (1 users now present)
guacd[168]: INFO: Loading keymap "base"
guacd[168]: INFO: Loading keymap "en-us-qwerty"
guacd[168]: INFO: Unknown cliprdr event type: 0x5
guacd[168]: INFO: User "@3193d588-9446-4221-9116-f81bdc144da9" disconnected (0
users remain)
guacd[168]: INFO: Last user of connection
"$c186d87a-2951-49f7-b0d7-8ce59cb55183" disconnected
guacd[168]: INFO: Internal RDP client disconnected
{code}
Something like this:
!image-2019-03-13-11-35-19-659.png!
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)