Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-17041

SOAP chokes on Polish characters in page content

XMLWordPrintable

      I am trying to create a blog entry using SOAP, by invoking this code:

      RemoteBlogEntry blog = new RemoteBlogEntry();
      blog.setSpace(getSpaceKey());
      blog.setTitle(getTitle());
      blog.setContent(content);
      RemoteBlogEntry result = service.storeBlogEntry(token, blog);
      

      Now, if content happens to have Polish characters in it, like "ą" or "ę", the blog post will be created without content. SOAP docs do not say anything about having to perform any special encodings on strings passed as blog post content.

      Have I found a bug?

              shaffenden Steve Haffenden (Inactive)
              jgorycki Janusz Gorycki (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: