Uploaded image for project: 'DeltaCloud'
  1. DeltaCloud
  2. DTACLOUD-172

Creating blob using PUT/format=json returns 'HTTP/1.1 406 Not Acceptable' - blob is successfully created

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Server
    • None

    Description

      Creating blob using PUT/format=json returns 'HTTP/1.1 406 Not Acceptable' although blob is successfully created:

      curl -H 'content-type: text/html' -H 'X-Deltacloud-Blobmeta-Name:myblob' -H 'X-Deltacloud-Blobmeta-Version:2.4' -H 'X-Deltacloud-Blobmeta-Author:rlandy' -iv --upload-file "/home/rlandy/Temp/rhel62rhevm.xml" --user "username:password" "http://localhost:3009/api/buckets/bucket-rlandy2/03222012blob6?format=json"

      • About to connect() to localhost port 3009 (#0)
      • Trying 127.0.0.1... connected
      • Connected to localhost (127.0.0.1) port 3009 (#0)
      • Server auth using Basic with user 'AKIAJCBB265A57CGKR2Q'
        > PUT /api/buckets/bucket-rlandy2/03222012blob6?format=json HTTP/1.1
        > Authorization: Basic QUtJQUpDQkIyNjVBNTdDR0tSMlE6bVJxUG80QzU2NmVwT2F1SXhPNGZhRnNPZGVUeXVzN29PVmRIS2d3NQ==
        > User-Agent: curl/7.21.7 (x86_64-redhat-linux-gnu) libcurl/7.21.7 NSS/3.13.1.0 zlib/1.2.5 libidn/1.22 libssh2/1.2.7
        > Host: localhost:3009
        > Accept: /
        > content-type: text/html
        > X-Deltacloud-Blobmeta-Name:myblob
        > X-Deltacloud-Blobmeta-Version:2.4
        > X-Deltacloud-Blobmeta-Author:rlandy
        > Content-Length: 931
        > Expect: 100-continue
        >
      • Done waiting for 100-continue
      • We are completely uploaded and fine
        < HTTP/1.1 406 Not Acceptable
        HTTP/1.1 406 Not Acceptable
        < Content-Type: text/html;charset=utf-8
        Content-Type: text/html;charset=utf-8
        < X-Frame-Options: sameorigin
        X-Frame-Options: sameorigin
        < Server: Apache-Deltacloud/0.5.0
        Server: Apache-Deltacloud/0.5.0
        < Date: Thu, 22 Mar 2012 20:48:02 GMT
        Date: Thu, 22 Mar 2012 20:48:02 GMT
        < X-Runtime: 0.907590
        X-Runtime: 0.907590
        < X-XSS-Protection: 1; mode=block
        X-XSS-Protection: 1; mode=block
        < Content-Length: 0
        Content-Length: 0
        < Connection: keep-alive
        Connection: keep-alive
        <
      • Connection #0 to host localhost left intact
      • Closing connection #0

      Assigning to Marios as requested

      Attachments

        Activity

          People

            rlandy Ronelle Landy
            rlandy Ronelle Landy
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: