]
Darran Lofthouse updated WFLY-7254:
-----------------------------------
Fix Version/s: 11.0.0.Alpha1
pattern-filter disappears if predefined-filter is used for
configurable-sasl-server-factory in Elytron subsystem
----------------------------------------------------------------------------------------------------------------
Key: WFLY-7254
URL:
https://issues.jboss.org/browse/WFLY-7254
Project: WildFly
Issue Type: Bug
Components: Security
Reporter: Ondrej Lukas
Assignee: Darran Lofthouse
Fix For: 11.0.0.Alpha1
In case when configurable-sasl-server-factory is created through CLI with filter which
uses both pattern-filter and predefined-filter, then only predefined-filter is stored into
configuration (pattern-filter disappears).
Suggestion:
In case when usage of both filters is unsupported option, then it should be denied by
CLI. In case when it is supported option, then both of them should be stored in
configuration.