Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3 service.dll needs handle undeclared collection properties #257

Closed
challenh opened this issue Jul 2, 2015 · 3 comments
Closed

V3 service.dll needs handle undeclared collection properties #257

challenh opened this issue Jul 2, 2015 · 3 comments
Assignees

Comments

@challenh
Copy link
Contributor

challenh commented Jul 2, 2015

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.

@congysu congysu added this to the 5.6.5 milestone Jul 2, 2015
@congysu congysu modified the milestones: 5.7, 5.6.5 Jul 16, 2015
@congysu
Copy link
Contributor

congysu commented Jul 16, 2015

This is a Flag enum type. We might need to add a new flag, instead of re-defining behavior for existing flags.

@congysu
Copy link
Contributor

congysu commented Jul 29, 2015

@challenh
Copy link
Contributor Author

close it. f1934b3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants