Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-6403

Potential memory leak in PolicyBasedWSS4JInInterceptor and AbstractWSS4JStaxInterceptor

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.1.1, 3.0.6
    • WS-* Components
    • None
    • Unknown

    Description


      The AbstractWSS4JStaxInterceptor and PolicyBasedWSS4JStaxInInterceptor interceptors maintain a cache of crypto objects. However, they are singletons (INSTANCE) and not destroyed when a service is shutdown. Thus, the keystores and stuff that they maintain are never released. Should be changed to non-singletons.

      Attachments

        Activity

          People

            dkulp Daniel Kulp
            dkulp Daniel Kulp
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: