-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.0 CE B1
-
Fix Version/s: 6.2.0 CE B1
-
Component/s: Web Services
-
Labels:
-
Git Pull Request:
Method _convertObjectToList() should convert an object to a list, for further processing. This method checks for various use case of input argument: when it is a list, or iterable etc. Finally, there is a case when given object argument is an array. When it is an array of types, the code works; however, when it is an array of primitive, the current code fails.
Regression because of 3e78ca8