Uploaded image for project: 'WSS4J'
  1. WSS4J
  2. WSS-582

Don't cache Crypto key references in WSHandler

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.2.0, 2.0.9, 2.1.7
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            coheigea Colm O hEigeartaigh
            coheigea Colm O hEigeartaigh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: