necouchman commented on code in PR #1028:
URL: https://github.com/apache/guacamole-client/pull/1028#discussion_r1835409285


##########
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/usergroup/ModeledUserGroup.java:
##########
@@ -187,5 +202,20 @@ public RelatedObjectSet getMemberUserGroups() throws 
GuacamoleException {
         memberUserGroupSet.init(getCurrentUser(), this);
         return memberUserGroupSet;
     }
+    
+    @Override
+    public boolean isCaseSensitive() {
+        try {
+            return environment.getCaseSensitivity().caseSensitiveGroupNames();
+        }
+        catch (GuacamoleException e) {
+            LOGGER.warn("Unable to retrieve environment setting for "
+                      + "case-sensitivity, group names will default to being "
+                      + "case-sensitive.", e.getMessage());

Review Comment:
   Added via rebase.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to