Uploaded image for project: 'jclouds'
  1. jclouds
  2. JCLOUDS-94

Keeping % signs in bucket names

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • 1.6.0
    • 2.0.0
    • jclouds-blobstore
    • None

    Description

      I'm trying to create a bucket having % signs in the name. Before sending the bucket name to AWS, the name is decoded three (3) times. I expect the bucket name not to be decoded at all.

      Example:
      http%253A%252F%252Fwww.example.org
      %252Fwinery%252Ftest%252Fjclouds/test/test.properties
      gets
      http: / / www.example.org / winery / test / jclouds / test / test.properties

      It might have something to do with
      unescapeSpecialChars(uri.getPath())
      in line 284 of org.jclouds.http.URI
      It is called multiple times before a URI is really used.

      Attachments

        Issue Links

          Activity

            People

              timuralp Timur Alperovich
              koppor Oliver Kopp
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: