https://bz.apache.org/bugzilla/show_bug.cgi?id=61777

            Bug ID: 61777
           Summary: NPE in AuthConfigFactoryImpl.detachListener()
           Product: Tomcat 8
           Version: 8.5.x-trunk
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: lazar.kirc...@gmail.com
  Target Milestone: ----

In case AuthConfigFactoryImpl.detachListener() is called for a combination of
layer and appContext for which there is no registration (e.g. because the
registration was already removed, or due to wrong layer and/or appContext) the
method throws a NPE.

It does not check for null the result from the call to
findRegistrationContextImpl, which is null if such registration does not exist.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to