-
Type: New Feature
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Automation
By default, encoded MIME parameters, as specified by http://www.ietf.org/rfc/rfc2231.txt, are not supported.
We need to support them for the case of multipart POST requests with an UTF-8 encoded filename in the Content-Disposition header, typically when uploading blobs from the Nuxeo Drive Automation client.
Therefore adding
-Dmail.mime.decodeparameters=true
to the JAVA_OPTS in nuxeo.conf as the ParameterList class from javax.mail.internet relies on System properties.
- depends on
-
NXP-9706 Add support for large file uploads in Nuxeo Drive
- Resolved