-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
7.1.0.DR17
New Permission Mapping dialog has for permissions only textarea field expecting list of strings separated by line ends but it's a list of objects so even if user tries to enter string with object like notation
{"class-name" => "org.wildfly.security.auth.permission.LoginPermission"}
results is failure:
Unexpected HTTP response: 500 Request { "operation" => "list-add", "address" => [ ("subsystem" => "elytron"), ("simple-permission-mapper" => "anonymous-permission-mapper") ], "name" => "permission-mappings", "value" => { "principals" => undefined, "roles" => undefined, "permissions" => ["{\"class-name\" => \"org.wildfly.security.auth.permission.LoginPermission\"}"] } } Response Internal Server Error { "outcome" => "failed", "failure-description" => "WFLYCTL0097: Wrong type for 'permissions'. Expected [EXPRESSION, OBJECT] but was STRING", "rolled-back" => true }
- is cloned by
-
HAL-1354 Not possible to add permissions of permission-mappings of Elytron simple-permission-mapper
- Resolved
- is incorporated by
-
JBEAP-10952 (7.1.0) Upgrade HAL to 2.9.9.Final
- Closed