Hi ,
I am stuck with one of the issue where a new "\n" is getting added by
AttachmentSerializer.java at line#125. We are using
cxf-bundle-2.4.3-fuse-04-16.jar which does not have complete fix of
CXF-4482. 

Requesting a newer version of cxf-bundle-2.4.3-fuse-XX-XX jar with complete
fix of CXF-4482.
        StringWriter writer = new StringWriter();
        *writer.write("\n");*
        writer.write("--");
        writer.write(bodyBoundary);

External Issue Link: https://issues.apache.org/jira/browse/CXF-4482


Thanks,
Ashwin



--
View this message in context: 
http://cxf.547215.n5.nabble.com/Request-for-cxf-bundle-2-4-3-fuse-XX-XX-latest-jar-with-CXF-4482-fix-tp5753883.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to