Menu

#36 Windows Azure Storage Explore: Blob Naming and "/"

open
nobody
None
5
2010-01-26
2010-01-26
No

Bug: Provide a blob name that begins with a "/" and then perform "View in Browser", and it will return a 404 Not Found error.
Repro: "Create Text Blob" with "Blob name" of "/simple" and Text content of "Hello"
"View in Browser": "http://127.0.0.1:10000/devstoreaccount1/blob-test//simple" and returns 404 error

In addendum, "http://127.0.0.1:10000/devstoreaccount1/blob-test/simple" also returns 404 error

Reference: http://msdn.microsoft.com/en-us/library/dd135715.aspx
Under "Blob Names", it demonstates that the path separator "/" as valid:
/a
/a.txt
/a/b
/a/b.txt

A user may perform this action by beginning a blob name with "/". Tr

http://127.0.0.1:10000/devstoreaccount1/blob-test//simpleB

Discussion


Log in to post a comment.