]
Hynek Švábek reassigned WFCORE-1921:
------------------------------------
Assignee: Jean-Francois Denise
Problem with capability-reference to resource whose name is number
with ZERO(s) prefix.
---------------------------------------------------------------------------------------
Key: WFCORE-1921
URL:
https://issues.jboss.org/browse/WFCORE-1921
Project: WildFly Core
Issue Type: Bug
Components: CLI
Reporter: Hynek Švábek
Assignee: Jean-Francois Denise
Problem with resources which name contains only NUMBERS.
Particularly the number which beginning with ZERO(s).
*Scenario*
* I have resources which name contains only numbers with ZERO(s) prefix
* I want set capability-reference to it
* e.g.
/subsystem=elytron/aggregate-role-mapper001=aggregateRoleMapper:add(role-mappers=[001,111])
*Actual result*
{code}
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0369: Required capabilities are
not available:
org.wildfly.security.role-mapper.1; There are no known registration points which can
provide this capability.",
"rolled-back" => true
}
{code}
*Expected result*
{code}
Success
{code}