For some purposes there is need to construct permission with blank string as param (name/action) - for example WebResourcePermission.
Such permission cannot be currently assigned using constant-permission-mapper because it requires at least one character to be not-null:
If I try to assing permission with blank name (target-name="") (example in steps to reproduce), parse error is thrown:
| > ParseError at [row,col]:[367,5]
| > Message: "WFLYCTL0113: '' is an invalid value for parameter
| > target-name. Values must have a minimum length of 1 characters"
- clones
-
WFCORE-2730 empty target-name in constant-permission-mapper is not allowed
- Resolved
- is cloned by
-
WFCORE-2936 CLI parse blank string in command as undefined
- Resolved
- is incorporated by
-
JBEAP-11466 (7.1.0) Upgrade to WildFly Core to 3.0.0.Beta28
- Closed