Agree with your read of the documentation and its attached example, although
running without this change I see this failure:
```
testCopyBlobCopyMetadata(org.jclouds.rackspace.cloudfiles.us.blobstore.integration.CloudFilesUSBlobIntegrationLiveTest)
Time elapsed: 38.811 sec <<< FAILURE!
java.lang.NullPointerException: null
at
org.jclouds.blobstore.integration.internal.BaseBlobIntegrationTest.checkContentDisposition(BaseBlobIntegrationTest.java:666)
at
org.jclouds.blobstore.integration.internal.BaseBlobIntegrationTest.checkContentMetadata(BaseBlobIntegrationTest.java:646)
at
org.jclouds.blobstore.integration.internal.BaseBlobIntegrationTest.testCopyBlobCopyMetadata(BaseBlobIntegrationTest.java:762)
```
Maybe we are triggering this behavior by accidentally specifying a header which
triggers replacement of others?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/719#issuecomment-89410619