Azure / azure-storage-java

Microsoft Azure Storage Library for Java
https://docs.microsoft.com/en-us/java/api/overview/azure/storage
MIT License
189 stars 165 forks source link

Fixed on reading un-encoded copy-source header field #567

Open majdyz opened 2 years ago

majdyz commented 2 years ago

Copy-source property can be stored un-encoded in the blob storage. We need to encode the property while reading it so that getBlobAttributes is not throwing an exception in such a case.

To reproduce the bug: