Searching for blobs based on tags doesn't work when the tag name consist of multiple words
Open
blob-storage
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 393
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 36
Description
Searching for blobs based on tags doesn't work when the tag name consist of multiple words, like e.g. `Malware scanning scan result='Malware'`.
For instance using the below URL (which works with the real azure storage) I get `400 InvalidQueryParameterValue` ... Probably caused by incorrect parsing of the %20 sequences in the `where` query parameter.
http://localhost:10000/devstoreaccount1/attachments?restype=container&comp=blobs&where=%22Malware%20Scanning%20scan%20result%22%3D%27Malware%27&maxresults=100
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.