RE: MultipartBody Content-Type attributes dropped on upgrade from CXF 2.4.0 to 3.4.1

2016-01-11 Thread Jacob Zwiers
multipartbody-content-type-attributes-dropped-on-cxf-upgrade -Original Message- From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] Sent: January-11-16 6:23 AM To: users@cxf.apache.org Subject: Re: MultipartBody Content-Type attributes dropped on upgrade from CXF 2.4.0 to 3.4.1 Hi

Re: MultipartBody Content-Type attributes dropped on upgrade from CXF 2.4.0 to 3.4.1

2016-01-11 Thread Sergey Beryozkin
Hi This is related to https://issues.apache.org/jira/browse/CXF-4348?focusedCommentId=13488120=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13488120 The only multipart/* media type that may contain 'start' and 'start-info' attributes is, AFAIK, multipart/related.

MultipartBody Content-Type attributes dropped on upgrade from CXF 2.4.0 to 3.4.1

2016-01-04 Thread Jacob Zwiers
After upgrading Apache CXF from 2.4.0 to 3.4.1, the `Content-Type` header on responses from JAX-RS methods have dropped several attributes. Under CXF 2.4.0, the header is: Content-Type: multipart/mixed; type="application/octet-stream"; boundary="uuid:61b631f1-0aa9-4cc8-ad85-3c09129ec442";