GitHub user necouchman opened a pull request:
https://github.com/apache/incubator-guacamole-client/pull/200
GUACAMOLE-243: Ignore LDAPReferralExceptions when processing search results
This pull request finishes up the code that @alt36 started for fixing
issues with LDAP Referrals.
This closes #129.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/necouchman/incubator-guacamole-client jira/243
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-client/pull/200.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #200
----
commit 8f2b47f03d164f4500bc8d832217c17fee1b8902
Author: Adam Thorn <[email protected]>
Date: 2017-03-17T14:28:55Z
GUACAMOLE-243: Ignore LDAPReferralExceptions thrown when iterating over
LDAPSearchResults
commit 22233c089747743902c6f67e55b75f322c2ee6c5
Author: Adam Thorn <[email protected]>
Date: 2017-04-21T09:57:55Z
GUACAMOLE-243: Uncuddle catches per guac-style guidelines
commit c3cead72ae83589966a267109af5762b5c39c163
Author: Adam Thorn <[email protected]>
Date: 2017-04-21T11:05:11Z
GUACAMOLE-243: switch log level from debug to warn when ignoring LDAP
referrals
commit 84e59b2366dd40bb1c4eb5e8ef8c1a837deb3be6
Author: Nick Couchman <[email protected]>
Date: 2017-10-20T14:46:13Z
GUACAMOLE-243: Minor change to logging when referral exception is caught.
----
---