You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2017/11/18 14:08:04 UTC

[Bug 61783] New: AuthConfigFactoryImpl.removeRegistration() does not remove from the persistent storage

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

            Bug ID: 61783
           Summary: AuthConfigFactoryImpl.removeRegistration() does not
                    remove from the persistent storage
           Product: Tomcat 8
           Version: 8.5.23
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: lazar.kirchev@gmail.com
  Target Milestone: ----

AuthConfigFactoryImpl.removeRegistration() removes the registration from the
in-memory structures, but in case the registration is persistent it should also
remove the provider from the persistent storage. 

The result is that even when a provider is removed, if the providers list is
reloaded from persistent storage the removed provider appears again.

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


[Bug 61783] AuthConfigFactoryImpl.removeRegistration() does not remove from the persistent storage

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61783

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
Once again, many thanks.

Fixed in:
- trunk for 9.0.2 onwards
- 8.5.x for 8.5.24 onwards

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


[Bug 61783] AuthConfigFactoryImpl.removeRegistration() does not remove from the persistent storage

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61783

Lazar <la...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Lazar <la...@gmail.com> ---
This pull request contains a test case which illustrates the problem and a fix
for it: https://github.com/apache/tomcat/pull/91

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