Blob Service: ListBlobsHierarchy doesn't return an error when invalid marker is passed in
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 393
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 36
Description
### Which service(blob, file, queue, table) does this issue concern?
Blob Service
### Which version of the Azurite was used?
1.16.0
### Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)
Visual Studio Code and DockerHub
### What's the Node.js version?
6.14.6
### What problem was encountered?
When passing in an invalid marker into ListBlobsHierarchy with the Azure Blob Storage, a 400 error is returned, but when passing the same invalid marker with the same 'folder' structure into Azurite, no error is returned.
### Steps to reproduce the issue?
Call ListBlobsHierarchy and input a marker that is invalid.
Please be sure to remove any PII or sensitive information before sharing!
The debug log will log raw request headers and bodies, so that we can replay these against Azurite using REST and create tests to validate resolution.
### Have you found a mitigation/solution?
NO
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.