Azure / azure-storage-net

Microsoft Azure Storage Libraries for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Html encoded meta data displays as encoded in Blob Container Storage Account portal

alfamagmulle opened this issue · comments

Which service(blob, file, queue, table) does this issue concern?

blob

Which version of the SDK was used?

12.14.1

Which platform are you using? (ex: .NET Core 2.1)

net6.0

What problem was encountered?

We htmlencode metadata values to be able to store for example "å, ä and ö". But they displays as encoded values in the portal. We would expect the portal to display them as decoded values so we would actually see the "ä" instead of "ä"

How can we reproduce the problem in the simplest way?

Save a blob with metadata values htmlencoded use for example Swedish characters å, ä or ö.

Have you found a mitigation/solution?

No

Image to clarify how it displays in the portal...
image

How it should look like "Zänder"