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 2019/08/26 15:24:30 UTC

[GitHub] [guacamole-client] necouchman opened a new pull request #443: GUACAMOLE-234: Fix bind issue that occurs using try-with-resources.

necouchman opened a new pull request #443: GUACAMOLE-234: Fix bind issue that occurs using try-with-resources.
URL: https://github.com/apache/guacamole-client/pull/443
 
 
   This fixes an issue that occurs when using `try with resources`, because the connection gets automatically closed at the end of the first bind/search, which is undesirable.  As far as I can tell, the alternative to this is to take the code in the `bindAs()` method and replicate it into every method where we do any sort of LDAP operation, which doesn't seem terribly efficient.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services