You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: GroupResourceManager#listWithGET calls GroupResourceManager#processGroupList, and inside supplied list of results is validated and first item is OPTIONALLY can represent totalResults value:
if (tempList.get(0) instanceof Integer)
But GroupResourceManager#listWithPOST explicitly retrieves the totalResults value:
totalResults = (int) tempList.get(0);
I believe these implementations must be aligned.
Affected Product Version:
3.3.38
The text was updated successfully, but these errors were encountered:
Description:
GroupResourceManager#listWithGET
callsGroupResourceManager#processGroupList
, and inside supplied list of results is validated and first item is OPTIONALLY can representtotalResults
value:But
GroupResourceManager#listWithPOST
explicitly retrieves thetotalResults
value:I believe these implementations must be aligned.
Affected Product Version:
3.3.38
The text was updated successfully, but these errors were encountered: