Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-58666

REST API /attachment with non ascii characters in comment are in the character set

XMLWordPrintable

      Hi,

      Creating this for a vendor. Steps to reproduce is to put Chinese characters in the comment field of the request body:

      1.

       
      curl -D- \
        -u admin:password \
        -X POST \
        -H "X-Atlassian-Token: nocheck" \
        -H "Authorization: Basic YWRtaW46UnViY2FsQDM=" \
        -H "Content-Type: multipart/form-data" \
        -F "file=@README" \
        -F "minorEdit=true" \
        -F "comment=著ぞよご育道資ご催典ム官芸コワホフ情参げ" \
        https://site-name.atlassian.net/wiki/rest/api/content/{content-id}/child/attachment
      

      2. Notice response returns incorrect charset for the comment: _comment":"著ぞよご育道資ご催典ム官芸コワホフ情参げ"},_

      {"results":[{"id":"att107315203","type":"attachment","status":"current","title":"README","version":{"by":{"type":"known","username":"admin","userKey":"8a7f80835d96133a015d9b38f3680008","accountId":"557058:a68c4402-d3b0-4c28-8626-4e1ddf9ac41d","profilePicture":{"path":"/wiki/aa-avatar/38354e9639e92f12d317ad2518c56d9f?s=48&d=https%3A%2F%2Facalantog-dev.atlassian.net%2Fwiki%2Fimages%2Ficons%2Fprofilepics%2Fdefault.png%3FnoRedirect%3Dtrue","width":48,"height":48,"isDefault":false},"displayName":"Anne Calantog","_expandable":{"operations":"","details":""},"_links":{"self":"https://acalantog-dev.atlassian.net/wiki/rest/experimental/user?key=8a7f80835d96133a015d9b38f3680008"}},"when":"2017-12-29T05:56:51.527Z","friendlyWhen":"just a moment ago","message":"著ぞよご育道資ご催典ム官芸コワホフ情参げ","number":1,"minorEdit":true,"_expandable":{"collaborators":"","content":"/rest/api/content/att107315203"},"_links":{"self":"https://acalantog-dev.atlassian.net/wiki/rest/api/content/att107315203/version/1"}},"container":{"id":"107347969","type":"page","status":"current","title":"devhelp-870","extensions":{"position":"none"},"_expandable":{"childTypes":"","container":"/rest/api/space/DEV","metadata":"","operations":"","children":"/rest/api/content/107347969/child","restrictions":"/rest/api/content/107347969/restriction/byOperation","history":"/rest/api/content/107347969/history","ancestors":"","body":"","version":"","descendants":"/rest/api/content/107347969/descendant","space":"/rest/api/space/DEV"},"_links":{"self":"https://acalantog-dev.atlassian.net/wiki/rest/api/content/107347969","tinyui":"/x/AQBmBg","editui":"/pages/resumedraft.action?draftId=107347969","webui":"/spaces/DEV/pages/107347969/devhelp-870"}},"metadata":{"comment":"著ぞよご育道資ご催典ム官芸コワホフ情参げ","mediaType":"application/octet-stream","labels":{"results":[],"start":0,"limit":200,"size":0,"_links":{"next":"/rest/api/content/att107315203/label?limit=200&start=200","self":"https://acalantog-dev.atlassian.net/wiki/rest/api/content/att107315203/label"}},"_expandable":{"currentuser":"","properties":"","frontend":""}},"extensions":{"mediaType":"application/octet-stream","fileSize":625,"{color:red}comment":"著ぞよご育道資ご催典ム官芸コワホフ情参げ{color}"},"_expandable":{"childTypes":"","operations":"","children":"/rest/api/content/att107315203/child","restrictions":"/rest/api/content/att107315203/restriction/byOperation","history":"/rest/api/content/att107315203/history","ancestors":"","body":"","descendants":"/rest/api/content/att107315203/descendant","space":"/rest/api/space/DEV"},"_links":{"webui":"/spaces/DEV/pages/107347969/devhelp-870?preview=%2F107347969%2F107315203%2FREADME","self":"https://acalantog-dev.atlassian.net/wiki/rest/api/content/att107315203","download":"/download/attachments/107347969/README?version=1&modificationDate=1514527011527&cacheVersion=1&api=v2"}}],"size":1,"_links":{"base":"https://acalantog-dev.atlassian.net/wiki","context":"/wiki"}}
      

      For more details, see: DEVHELP-870

      Cheers,
      Anne Calantog

              25652ccd84fa Simon Kliewer
              8277846f90f0 Salvatore "Sax" Cammarata
              Votes:
              3 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: