You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2016/07/01 15:31:11 UTC

[jira] [Created] (WSS-582) Don't cache Crypto key references in WSHandler

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: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org