jmuehlner commented on code in PR #902:
URL: https://github.com/apache/guacamole-client/pull/902#discussion_r1759545081
##########
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/user/UserMapper.java:
##########
@@ -33,10 +34,65 @@ public interface UserMapper extends
ModeledDirectoryObjectMapper<UserModel> {
*
* @param username
* The username of the user to return.
+ *
+ * @param caseSensitive
Review Comment:
All these other mappers should also be updated to be more clear about what
specifically is case sensitive.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]