-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
9.12.11
-
9.12
-
1
-
Severity 3 - Minor
-
Issue Summary
This is reproducible on Data Center: (yes) / (no)
Steps to Reproduce
- Navigate to a UI with the old User and Group selector (such as GroupRoleActorAction!addGroups.jspa, part of System>Security>Project Roles.
- Attempt to add a group with a comma, such as 'ExampleGroup, Enter'
- The comma is then used as a delimiter for the string and causes multiple groups to be read instead of a single group.
Expected Results
The group should be read as-is.
Actual Results
The group is delimited into multiple groups, as this browser uses the comma character as a delimiter on a string to catch multiple groups in a request.
Workaround
Currently, there is no known workaround for this behaviour. A workaround will be added here when available. This is related to CWD-4461 as we don't suggest using any special characters (, | & .).
In this example, please refrain from using ',' as this is used to add multiple groups in one action.
- is related to
-
CWD-4461 Group names with commas are not supported as auto-add groups
- Long Term Backlog