This patch resolves https://issues.apache.org/jira/browse/JCLOUDS-278. Note that this change was made against version 1.5.5, but updates to ParseObjectInfoListFromJsonResponse.java and Uris.java will apply directly to master (the test class would need a small change.) You can merge this Pull Request by running:
git pull https://github.com/duracloud/jclouds bugfix/jclouds-278 Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds/pull/387 -- Commit Summary -- * Resolves https://issues.apache.org/jira/browse/JCLOUDS-278 by not attempting to perform URL decoding on the content item names when generating the URIs which are created as part of parsing a container content listing from JSON. -- File Changes -- M apis/swift/src/main/java/org/jclouds/openstack/swift/functions/ParseObjectInfoListFromJsonResponse.java (2) A apis/swift/src/test/java/org/jclouds/openstack/swift/functions/ParseObjectInfoListFromJsonResponseTest.java (78) M core/src/main/java/org/jclouds/http/Uris.java (23) -- Patch Links -- https://github.com/jclouds/jclouds/pull/387.patch https://github.com/jclouds/jclouds/pull/387.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/387
