-
Notifications
You must be signed in to change notification settings - Fork 266
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
Bug/1849 attribute values and multiple accept types #2323
Bug/1849 attribute values and multiple accept types #2323
Conversation
@@ -30,3 +30,4 @@ | |||
- Fix: Avoid rendering at the same time id and idPattern fields in NGSIv2 subscriptions | |||
- Fix: Error returned on GET/DELETE requests specifying Content-Type (Issue #2128) | |||
- Fix: Error responses with '405 Method Not Allowed' now return payload to describe the error, for v2 requests only (Issue #2075, #2078 and #2083) | |||
- Fix: Implemented more sofisticated HTTP Accept Header handling (Issue #1849) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The five issue numbers solved by this PR should be mentioned.
In addition, not sure about "more sofisticated" is the best alternative... It is not about sofistication, but about correctness or accuracy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in 03d1ed1
LGTM |
Fixes issues #1037, #1849, #1886, #2175, and #2208