JoelB opened a new pull request #371: GUACAMOLE-717: Handle LDAPException gracefully when doing a search URL: https://github.com/apache/guacamole-client/pull/371 JIRA Issue: https://issues.apache.org/jira/projects/GUACAMOLE/issues/GUACAMOLE-717 In certain cases, the LDAPSearchResults.next() function returns an LDAPException "Sizelimit Exceeded". In ObjectQueryService.search(), this is not handled within the immediate try/catch block so the other valid results are not returned to the calling function. This fix handles LDAPException the same graceful way that LDAPReferralException is handled.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
