This patch resolves https://issues.apache.org/jira/browse/JCLOUDS-278, with changes made against the master branch. Code is the same as in https://github.com/jclouds/jclouds/pull/387 except for the test which is tweaked slightly based on changes that have been made to GeneratedHttpRequest since 1.5.x. You can merge this Pull Request by running:
git pull https://github.com/duracloud/jclouds bugfix/jclouds-278-master Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds/pull/388 -- 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 (79) M core/src/main/java/org/jclouds/http/Uris.java (23) -- Patch Links -- https://github.com/jclouds/jclouds/pull/388.patch https://github.com/jclouds/jclouds/pull/388.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/388
