-
Type:
Story
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.6.0, 1.5.2, 1.7.0
-
Component/s: None
-
Labels:None
-
Story Points:3
After Cherrypicking of the changeset If27101f0e5522212c7e434fab58b66e67e9676d7 ,Group DELETE API doesn't delete any Group.
The reason is the new interpretation as done in the changeset requires groupKey as a HexString.
When the delete Group is used with the group cookie the same is converted to byte array which causes the mismatch as no group is found with the same appCookie.
This problem is also seen with the GET API which uses the appCookie as parameter.