mike-jumper opened a new pull request, #1036: URL: https://github.com/apache/guacamole-client/pull/1036
This change removes the `isCaseSensitive()` function recently added to `Identifiable` to avoid any case where a faulty implementation within one extension's `AuthenticatedUser`, etc. may cause incorrect behavior within the proper implementation of another. Instead, we rely purely on the global configuration setting. This change also eliminates the `GuacamoleException` that `getCaseSensitivity()` may throw, instead providing a default implementation that handles logging of such errors, thus avoiding much boilerplate. (Opening as a draft pending testing.) -- 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