Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7.8, 3.0.0-alpha4
-
1
Description
Encoding enumeration only has one value Encoding.Utf8 which is ToString()'d and sent to the server as "Utf8"; the server fails with HTTP 400 Bad Request because the expected value for Encoding is "UTF-8":
HTTP/1.1 400 Bad Request
Content-Length: 259
Content-Type: application/json; version=2.0.0-N1QL
Date: Thu, 20 Jun 2019 19:49:21 GMT{
"requestID": "a9ecd94c-0271-41b3-8e0d-8d60888bebf4",
"errors": [Unknown macro: {"code"}],
"status": "fatal",
"metrics":Unknown macro: {"elapsedTime"}}
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Status | New [ 10003 ] | Open [ 1 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Actual Start | 2019-06-20 14:56 (issue has been started) |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Actual End | 2019-06-20 16:27 (issue has been resolved) |
Affects Version/s | 2.7.8 [ 16147 ] |
Fix Version/s | 2.7.9 [ 16184 ] |
Labels | dotnet-sdk-3.0 |
Story Points | 1 |
Patched on both master (3.0) and release27 branches.