Open
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment