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
V3 ODL supports reading undeclared collection properties starting from 5.6.4, but service.dll doesn't handle it well :
(1) when service.dll is able to read and proceed it, service.dll will try to write undeclared collection properties which is not supported yet.
(2) so previously http 400 is explicitly thrown when checking & reading undeclared collection properties, now this step can pass, then later on a write attempt will cause http 500.
The text was updated successfully, but these errors were encountered:
V3 ODL supports reading undeclared collection properties starting from 5.6.4, but service.dll doesn't handle it well :
(1) when service.dll is able to read and proceed it, service.dll will try to write undeclared collection properties which is not supported yet.
(2) so previously http 400 is explicitly thrown when checking & reading undeclared collection properties, now this step can pass, then later on a write attempt will cause http 500.
The text was updated successfully, but these errors were encountered: