Josef Cacek created WFCORE-2712:
-----------------------------------
Summary: Elytron - predefined-filter must have flag required in
configurable-sasl-server-factory
Key: WFCORE-2712
URL:
https://issues.jboss.org/browse/WFCORE-2712
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Josef Cacek
Assignee: Darran Lofthouse
Change the required flag to true for {{predefined-filter}} attribute in Elytron
subsystem.
Elytron resource type {{configurable-sasl-server-factory}} has {{filters}} object-list
attribute. Its attribute {{predefined-filter}} is an alternative for {{pattern-filter}}
attribute. The {{pattern-filter}} has required flag set to true, but {{predefined-filter}}
has it false. It results in possibility to add empty filter:
{code}
/subsystem=elytron/configurable-sasl-server-factory=t1:add(sasl-server-factory=elytron,
filters=[{}])
{"outcome" => "success"}
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)