[
https://issues.apache.org/jira/browse/JCLOUDS-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16281474#comment-16281474
]
ASF subversion and git services commented on JCLOUDS-1363:
----------------------------------------------------------
Commit 17cef5652f69d46acdd88b69517043bf051212b1 in jclouds's branch
refs/heads/master from [~yuvalk]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=17cef56 ]
[JCLOUDS-1363] - Fix case sensitivity of blobstore metadata
HTTP headers are case insensitive by nature (see RFC 2616). When
addUserMetadataTo check if this is indeed a user metadata header, it must
properly ignore case.
The fix make sure that both metadataPrefix and the header key are compared with
toLowerCase().
This solves issue with minio metadata read
> failure to read user metadata from minio
> ----------------------------------------
>
> Key: JCLOUDS-1363
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1363
> Project: jclouds
> Issue Type: Bug
> Components: jclouds-blobstore
> Reporter: Yuval Kashtan
>
> HTTP headers are case insensitive by nature (see RFC 2616).
> When addUserMetadataTo check if this is indeed a user metadata header, it
> must properly ignore case.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)