mike-jumper commented on code in PR #1026: URL: https://github.com/apache/guacamole-client/pull/1026#discussion_r1797224866
########## extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/base/ModeledDirectoryObjectService.java: ########## @@ -510,7 +530,7 @@ public void deleteObject(ModeledAuthenticatedUser user, String identifier) beforeDelete(user, identifier); // Delete object - getObjectMapper().delete(identifier); + getObjectMapper().delete(identifier, environment.getCaseSensitiveUsernames()); Review Comment: Since this is the base class, I think this should be `getCaseSensitiveIdentifiers()`, not `environment.getCaseSensitiveUsernames()`. -- 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