gchauvet commented on code in PR #1674: URL: https://github.com/apache/cxf/pull/1674#discussion_r1481279362
########## core/src/main/java/org/apache/cxf/attachment/AttachmentSerializer.java: ########## @@ -327,7 +327,7 @@ public void writeAttachments() throws IOException { StringWriter writer = new StringWriter(); writer.write("\r\n--"); writer.write(bodyBoundary); - writer.write("--"); + writer.write("--\r\n"); Review Comment: Okay, this is a trick from the webservice provider for security purpose. We've found a workaround, there's no longer any problem. thank you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org