ideally we shouldn't need this function and instead never double
encode strings, but auditing for that is beyond what I have time
for. currently, putBlob(" ") and putBlob("%20") behave the same
way which is arguably incorrectOld PR is https://github.com/jclouds/jclouds/pull/755 . This worksaround some of the test failures You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/758 -- Commit Summary -- * tighten the isUrlEncoded check -- File Changes -- M core/src/main/java/org/jclouds/util/Strings2.java (31) M core/src/test/java/org/jclouds/util/Strings2Test.java (4) -- Patch Links -- https://github.com/jclouds/jclouds/pull/758.patch https://github.com/jclouds/jclouds/pull/758.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/758
