Details
-
Bug
-
Resolution: Won't Fix
-
Major - P3
-
None
-
4.5 Desired
-
None
-
ALL
-
Description
IDL generated parsers do not validate that the input element is a BSON array for attributes of type array<type>. The parsers do accept both - BSON arrays and objects with array layout (please see Steps To Reproduce for an example). Expected behavior is that only BSON arrays are accepted.