]
Ilia Vassilev moved JBEAP-8458 to WFLY-7945:
--------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7945 (was: JBEAP-8458)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Security
(was: Security)
Affects Version/s: (was: 7.1.0.DR10)
Elytron mechanism-provider-filtering-sasl-server-factory filters
attribute description shows required=true and nillable=false which is not right.
-------------------------------------------------------------------------------------------------------------------------------------------------
Key: WFLY-7945
URL:
https://issues.jboss.org/browse/WFLY-7945
Project: WildFly
Issue Type: Bug
Components: Security
Reporter: Ilia Vassilev
Assignee: Ilia Vassilev
Priority: Minor
The "filters" attribute in mechanism-provider-filtering-sasl-server-factory is
not required but the description shows required=true and nillable=false which is not
right.
{code}
"filters" => {
"type" => LIST,
"description" => "The filters to apply when comparing
the mechanisms from the providers, a filter matches when all of the specified values match
the mechanism / provider pair.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
{code}