Needs review
Project:
CMIS API
Version:
8.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2020 at 15:08 UTC
Updated:
1 Feb 2021 at 14:08 UTC
Jump to comment: Most recent
Currently the CMIS API use ISO_8859_1 if the _charset_ form data is not set in guzzle request
https://chemistry.apache.org/java/0.13.0/maven/chemistry-opencmis-server...
Add _charset_ parameter with UTF-8 encoding in upload and create Folder Form
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
bakopComment #6
bakopHi,
In fact it wasn't the guzzle connection which had a problem. It was simply the name of the document before his creation.
Can you review please ?
Thanks.