You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2021/11/14 01:23:43 UTC

[GitHub] [guacamole-client] mike-jumper opened a new pull request #652: GUACAMOLE-957: Correct handling of empty/deleted ldap-servers.yml.

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: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [guacamole-client] jmuehlner merged pull request #652: GUACAMOLE-957: Correct handling of empty/deleted ldap-servers.yml.

Posted by GitBox <gi...@apache.org>.
jmuehlner merged pull request #652:
URL: https://github.com/apache/guacamole-client/pull/652


   


-- 
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-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org