You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Francesco Iadanza (JIRA)" <ji...@apache.org> on 2010/05/13 10:10:42 UTC

[jira] Created: (OPENEJB-1278) Memory Leak with org.apache.openejb.client.RemoteInitialContextFactory.logout()

Memory Leak with org.apache.openejb.client.RemoteInitialContextFactory.logout()
-------------------------------------------------------------------------------

                 Key: OPENEJB-1278
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1278
             Project: OpenEJB
          Issue Type: Bug
          Components: security
    Affects Versions: 3.1.2
         Environment: any o.s.
            Reporter: Francesco Iadanza


RemoteInitialContextFactory extends JNDIContext and it has an empty logout() method.
This leads to a possible memory leak. In fact, when using TomcatSecurityService (or any other SecurityService) in conjunction with RemoteInitialContextFactory, a logout invocation is not propagated to the AbstractSecurityService.logout(), so its "identities" Map is never emptied.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.