eebert3 opened a new pull request #106:
URL: https://github.com/apache/jclouds/pull/106


   The issue happens if a cloud provider returns lowercase metadata headers, 
for example: "x-object-meta-apiversion" instead of "X-Object-Meta-ApiVersion"
   
   In that case, BlobStore.blobMetadata(CONTAINER, PATH).getUserMetadata()
   incorrectly returns an empty map.
   
   This happens because the code is looking for the exact String "-Meta-" 
(case-sensitive).
   
   This checkin allows to handle metadata headers of any case, and also adds a 
unit test for that situation.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to