mike-jumper commented on issue #381: GUACAMOLE-696: In JDBC module, merge effective groups URL: https://github.com/apache/guacamole-client/pull/381#issuecomment-466855248 From what I can tell, retrieval of effective user groups is already guaranteed to produce a set of distinct user groups (no duplicates) as it returns a `Set<String>`: https://github.com/apache/guacamole-client/blob/87aa2e6c34d11bb30626c6c27a42796506493ffd/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/base/EntityService.java#L76-L96 Is this not the case?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
