forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changing isServerEncrypted parameter to Boolean to avoid NPE (Azure#3…
- Loading branch information
1 parent
56804dc
commit 1d481ad
Showing
4 changed files
with
130 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
77 changes: 77 additions & 0 deletions
77
...age-blob/src/test/resources/session-records/BlockBlobAPITestBlockBlobItemNullHeaders.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
{ | ||
"networkCallRecords" : [ { | ||
"Method" : "PUT", | ||
"Uri" : "https://REDACTED.blob.core.windows.net/7753539a07753539a653397613a74d390234b40b8bd1?restype=container", | ||
"Headers" : { | ||
"x-ms-version" : "2021-10-04", | ||
"User-Agent" : "azsdk-java-azure-storage-blob/12.21.0-beta.1 (11.0.16.1; Windows 11; 10.0)", | ||
"x-ms-client-request-id" : "d47a9d41-8830-4f02-8bd4-a6a99c504a6e" | ||
}, | ||
"Response" : { | ||
"content-length" : "0", | ||
"x-ms-version" : "2021-10-04", | ||
"Server" : "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0", | ||
"ETag" : "0x8DAD32434A9EF0D", | ||
"Last-Modified" : "Wed, 30 Nov 2022 22:42:48 GMT", | ||
"retry-after" : "0", | ||
"StatusCode" : "201", | ||
"x-ms-request-id" : "7a3dfffc-a01e-002a-790d-05a0a2000000", | ||
"Date" : "Wed, 30 Nov 2022 22:42:47 GMT", | ||
"x-ms-client-request-id" : "d47a9d41-8830-4f02-8bd4-a6a99c504a6e" | ||
}, | ||
"Exception" : null | ||
}, { | ||
"Method" : "PUT", | ||
"Uri" : "https://REDACTED.blob.core.windows.net/7753539a07753539a653397613a74d390234b40b8bd1/7753539a17753539a65305102d347f2059158408485c", | ||
"Headers" : { | ||
"x-ms-version" : "2021-10-04", | ||
"User-Agent" : "azsdk-java-azure-storage-blob/12.21.0-beta.1 (11.0.16.1; Windows 11; 10.0)", | ||
"x-ms-client-request-id" : "f9787ccf-1c72-45f7-892d-7e9f0a693da3", | ||
"Content-Type" : "application/octet-stream" | ||
}, | ||
"Response" : { | ||
"content-length" : "0", | ||
"x-ms-version" : "2021-10-04", | ||
"Server" : "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0", | ||
"x-ms-content-crc64" : "6RYQPwaVsyQ=", | ||
"Last-Modified" : "Wed, 30 Nov 2022 22:42:48 GMT", | ||
"x-ms-version-id" : "2022-11-30T22:42:48.4748207Z", | ||
"retry-after" : "0", | ||
"StatusCode" : "201", | ||
"x-ms-request-server-encrypted" : "true", | ||
"Date" : "Wed, 30 Nov 2022 22:42:47 GMT", | ||
"Content-MD5" : "wh+Wm18D0z1D4E+PE252gg==", | ||
"ETag" : "0x8DAD32434D117AF", | ||
"x-ms-request-id" : "7a3e0171-a01e-002a-500d-05a0a2000000", | ||
"x-ms-client-request-id" : "f9787ccf-1c72-45f7-892d-7e9f0a693da3" | ||
}, | ||
"Exception" : null | ||
}, { | ||
"Method" : "PUT", | ||
"Uri" : "https://REDACTED.blob.core.windows.net/7753539a07753539a653397613a74d390234b40b8bd1/7753539a27753539a653419280b35f19c474143abbb6", | ||
"Headers" : { | ||
"x-ms-version" : "2021-10-04", | ||
"User-Agent" : "azsdk-java-azure-storage-blob/12.21.0-beta.1 (11.0.16.1; Windows 11; 10.0)", | ||
"x-ms-client-request-id" : "bd083474-97e8-4bf3-85c0-981a4d7d0f38", | ||
"Content-Type" : "application/octet-stream" | ||
}, | ||
"Response" : { | ||
"content-length" : "0", | ||
"x-ms-version" : "2021-10-04", | ||
"Server" : "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0", | ||
"x-ms-content-crc64" : "6RYQPwaVsyQ=", | ||
"Last-Modified" : "Wed, 30 Nov 2022 22:42:48 GMT", | ||
"x-ms-version-id" : "2022-11-30T22:42:48.6337297Z", | ||
"retry-after" : "0", | ||
"StatusCode" : "201", | ||
"x-ms-request-server-encrypted" : "true", | ||
"Date" : "Wed, 30 Nov 2022 22:42:47 GMT", | ||
"Content-MD5" : "wh+Wm18D0z1D4E+PE252gg==", | ||
"ETag" : "0x8DAD32434E95711", | ||
"x-ms-request-id" : "7a3e02a2-a01e-002a-6f0d-05a0a2000000", | ||
"x-ms-client-request-id" : "bd083474-97e8-4bf3-85c0-981a4d7d0f38" | ||
}, | ||
"Exception" : null | ||
} ], | ||
"variables" : [ "7753539a07753539a653397613a74d390234b40b8bd1", "7753539a17753539a65305102d347f2059158408485c", "7753539a27753539a653419280b35f19c474143abbb6" ] | ||
} |