Escaping failure on blob DELETE #24562
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
Storage
Storage Service (Queues, Blobs, Files)
Bug Report
go.mod has:
What happened?
Tried to delete a nonexistent blob with a tab in the blob name, only to get:
What did you expect or want to happen?
A 404.
How can we reproduce it?
By putting a tab character anywhere in the blob name, path encoded. The above was setup like:
and before the
client.Delete()
, the client.URL() looked like:Anything we should know about your environment.
This was a test case, but we do have a file in azure that somehow got a tab in the blob name, which we cannot now access.
The text was updated successfully, but these errors were encountered: