]
Ondrej Lukas updated WFLY-7273:
-------------------------------
Affects Version/s: 11.0.0.Alpha1
Adding ldap-realm in Elytron sometimes register capability even if
add operation failed
---------------------------------------------------------------------------------------
Key: WFLY-7273
URL:
https://issues.jboss.org/browse/WFLY-7273
Project: WildFly
Issue Type: Bug
Components: Domain Management, Security
Affects Versions: 11.0.0.Alpha1
Reporter: Ondrej Lukas
Assignee: Brian Stansberry
In case when adding Elytron ldap-realm capability through CLI takes some time (e.g. 5
seconds) then this capability is registered in context even if command failed (e.g.
because some required attribute is missing). Then when command is fixed it cannot be added
since capability was already registered. Server has to be reloaded to unregister this
non-exist capability. See 'Steps to Reproduce' for more detail.
I am able to simulate this behavior with ldap-realm from Elytron. However I am not sure
whether this issue can be related to whole Elytron subsystem or whole Domain Model.