necouchman commented on code in PR #1028: URL: https://github.com/apache/guacamole-client/pull/1028#discussion_r1835408672
########## guacamole-ext/src/main/java/org/apache/guacamole/environment/Environment.java: ########## @@ -70,16 +72,12 @@ public interface Environment { }; - /** - * A property that configures whether or not Guacamole will take case - * into account when comparing and processing usernames. - */ - public static final BooleanGuacamoleProperty CASE_SENSITIVE_USERNAMES = - new BooleanGuacamoleProperty() { - + public static final EnumGuacamoleProperty<CaseSensitivity> CASE_SENSITIVITY = Review Comment: Oops. 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