necouchman commented on code in PR #902: URL: https://github.com/apache/guacamole-client/pull/902#discussion_r1760194902
########## guacamole-ext/src/main/java/org/apache/guacamole/net/auth/AbstractUser.java: ########## @@ -49,6 +49,11 @@ public String getPassword() { public void setPassword(String password) { this.password = password; } + + @Override + public boolean isCaseSensitive() { + return false; + } Review Comment: Yeah, that's a fair point. -- 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