Thanks for your feedback. > What if there are two entries where the name only differs in case? The azure blob api does not persist multiple entries if the key differs only by case, one of them wins. I tested setting the metadata [foo=lower, FOO=upper] to a blob through the Azure blob SDK. The resulting metadata was [foo=lower]. So it would be safe to ignore case in java.
I will shortly add a patch to https://issues.apache.org/jira/browse/OAK-8869 Thanks, Aravindo
