You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Mike Jumper (Jira)" <ji...@apache.org> on 2020/01/23 06:05:00 UTC

[jira] [Created] (GUACAMOLE-936) Leaked LdapNetworkConnection prevents Tomcat shutdown

Mike Jumper created GUACAMOLE-936:
-------------------------------------

             Summary: Leaked LdapNetworkConnection prevents Tomcat shutdown
                 Key: GUACAMOLE-936
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-936
             Project: Guacamole
          Issue Type: Bug
          Components: guacamole-auth-ldap
    Affects Versions: 1.1.0
            Reporter: Mike Jumper
             Fix For: 1.1.0


Within the LDAP support, the {{LdapNetworkConnection}} from the bind attempt used to authenticate the Guacamole is never closed. As the socket implementation used by the Apache Directory API ultimately uses a {{ThreadPoolExecutor}} to facilitate non-blocking I/O, this leaks a thread which prevents Tomcat from shutting down.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)