Colm O hEigeartaigh created WSS-582:
---------------------------------------

             Summary: Don't cache Crypto key references in WSHandler
                 Key: WSS-582
                 URL: https://issues.apache.org/jira/browse/WSS-582
             Project: WSS4J
          Issue Type: Bug
            Reporter: Colm O hEigeartaigh
            Assignee: Colm O hEigeartaigh
             Fix For: 2.2.0, 2.1.7


Currently we cache Crypto objects in WSHandler to avoid the overhead of having 
to re-load them on the next inbound request. However, if the web services proxy 
is not re-used, this essentially leads to a memory leak, as the cached objects 
are never retrieved. If the Crypto key is just a reference, we don't need to 
cache the Crypto object as it is already available anyway.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to