[
https://issues.apache.org/jira/browse/JCLOUDS-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Gaul resolved JCLOUDS-1391.
----------------------------------
Resolution: Fixed
Assignee: Andrew Gaul
Fix Version/s: 2.1.1
2.2.0
> 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
> Components: jclouds-blobstore
> Reporter: Alin Dreghiciu
> Assignee: Andrew Gaul
> Priority: Major
> Labels: azureblob
> Fix For: 2.2.0, 2.1.1
>
>
> 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.
> The failure only appear when copying metadata as the copy options do not
> lowercase the metadata keys,
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)