[
https://issues.apache.org/jira/browse/JCLOUDS-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16390805#comment-16390805
]
ASF subversion and git services commented on JCLOUDS-1391:
----------------------------------------------------------
Commit cbb76523cc4a8f306329ed5cc97f96af759a9967 in jclouds's branch
refs/heads/master from [~adreghiciu]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=cbb7652 ]
JCLOUDS-1391: Sort headers correctly for signing
> 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
> Priority: Major
> Labels: azureblob
>
> 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)