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

CXFAuthenticator causes classloader leaks

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.6.10
    • 2.6.12, 2.7.9
    • Transports
    • None
    • Unknown

    Description

      org.apache.cxf.transport.http.CXFAuthenticator will cause classloader leaks.

      When CXFAuthenticator.addAuthenticator() is called, org.apache.cxf.transport.http.ReferencingAuthenticator is instantiated in a custom "dummy" URLClassLoader, and then wraps any pre-existing default Authenticator + weak references the CXFAuthenticator.

      In theory, this means that the classloader loading the CXFAuthenticator can be garbage collected, and then ReferencingAuthenticator.auth is cleared since CXFAuthenticator.instance is not strongly reachable from GC root.

      I won't say my conclusions are final, but this is how I think it happens: When the dummy URLClassLoader is instantiated, it inherits the ProtectionDomain that references the current classloader, which is the one that loaded CXFAuthenticator and thus there is a path to GC root (see screenshot) and the web app classloader is never garbage collected.

      Attachments

        1. cxf.jpg
          37 kB
          Mattias Jiderhamn

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: