[ https://issues.apache.org/jira/browse/GUACAMOLE-1649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572992#comment-17572992 ]
Andries Broekema commented on GUACAMOLE-1649: --------------------------------------------- Did some more usertesting and found that this problem with "Users" ALSO exists with "User groups". However, it does NOT exist with "Connections" or "Connection Group". The url's presented to the webbrowser for user or group a/b look like: * Edit Users: https://.../guacamole/#/manage/postgresql/users/a%2Fb // error message in webclient * User Groups: https://.../guacamole/#/manage/postgresql/userGroups/a%2Fb // error message in webclient "Connections" and "Connection Group" (probably) append guacamole_connection.connection_id, guacamole_connection_group.connection_group_id to their url's: * Edit Connections: https://.../guacamole/#/manage/postgresql/connections/30 * Edit Connection Group: [https://.../guacamole/#/manage/postgresql/connectionGroups/6] > usernames containing \ or / trigger an error in webclient > --------------------------------------------------------- > > Key: GUACAMOLE-1649 > URL: https://issues.apache.org/jira/browse/GUACAMOLE-1649 > Project: Guacamole > Issue Type: Bug > Affects Versions: 1.4.0 > Environment: firefox 102.x > guacamole 1.4.0 > openjdk 11.0.15 > tomcat 9.0.62 > postgresql 12.11 > nginx 1.8.0 > (k)ubuntu 20.04 LTS > openssl 1.1.1f > Reporter: Andries Broekema > Priority: Minor > > Using the webinterface for administration. Create a new user via [ Settings, > Users, New User ]; Enter e new username e.g. > * / > * \ > * a/b > * a\b > Guacamole shows an error message, but yet the account with this name has been > created. Click the new user name to edit its details. Result: guacamole > displays an error message, so the details page cannot be reached. So, the > account cannot be edited or deleted from guacamole. The account can only be > deleted using SQL to the database. -- This message was sent by Atlassian Jira (v8.20.10#820010)