Renaming the group to =
character in between a string makes the group disappear
#5968
Labels
=
character in between a string makes the group disappear
#5968
Describe the bug
Renaming the group to
=
character in between a string makes the group disappearSteps to reproduce
grp1
=
at somewhere between other characters likegrp=1
204
curl "https://localhost:9200/graph/v1.0/groups" -uadmin:admin -vk
Expected behavior
As the rename was "successful", there should be a group with name
grp=1
Actual behavior
The group is not in response to the get request. Nor is it in the UI. But if resend the same request again
I get a
409
conflictBut when I get it it's not there
curl "https://localhost:9200/graph/v1.0/groups" -uadmin:admin -vk
But if i rename it to something without
=
character in it. It gets shown againSetup
OCIS_COMMIT_ID= 182c375
The text was updated successfully, but these errors were encountered: