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: [email protected]
Reporter: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]