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.

Reply via email to