Alin Dreghiciu created JCLOUDS-1391:
---------------------------------------
Summary: [azureblob] Headers must be sorted by lowercase when
calculating signature
Key: JCLOUDS-1391
URL: https://issues.apache.org/jira/browse/JCLOUDS-1391
Project: jclouds
Issue Type: Bug
Reporter: Alin Dreghiciu
Azure will sort headers by lowercase value so if there are headers like: B=v1
and a=v2, jclouds will sort them in the order B,a while Azure will sort them as
a,B
This will result in an invalid signature.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)