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

            Bug ID: 61778
           Summary: AuthConfigFactoryImpl.detachListener() alwas returns
                    an empty string array
           Product: Tomcat 8
           Version: 8.5.23
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ----

RegistrationContextImpl.removeListener() always returns false - it initialises
the return value in the beginning, but never changes it even if the listener
for removal is found. The result is that when detachListener() calls
removeListener, it allways gets false, and finally does not return the correct
registration id.

-- 
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]

Reply via email to