mike-jumper opened a new pull request #652: URL: https://github.com/apache/guacamole-client/pull/652
If `ldap-servers.yml` is entirely empty (contains purely placeholder content), the current implementation will fail with a `NullPointerException` as valid but empty YAML is parsed by Jackson as `null`. Further, if `ldap-servers.yml` was used but is later deleted by the admin, the old cached version of `ldap-servers.yml` will continue being used. Instead, if `ldap-servers.yml` is empty or deleted, the LDAP support should move forward as if no `ldap-servers.yml` was provided. -- 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]
