-
Type:
Bug
-
Status: Done
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.5.0, 6.0.0
-
Fix Version/s: 6.5.0
-
Component/s: documentation
-
Labels:None
-
Epic Link:
-
Story Points:0.5
-
Support Ticket IDs:
https://backstage.forgerock.com/docs/ds/6/security-guide/#aci-targets indicates that targattrfilter expressions are separated by semicolons.
op=attr1:filter1[&& attr2:filter2 …][;op=attr3:filter3[&& attr4:filter4 …] …]
Attempting to use ; in practice fails. Checks of the code and existing unit tests suggests commas are actually used.