gchauvet commented on code in PR #1674:
URL: https://github.com/apache/cxf/pull/1674#discussion_r1479372350
##########
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:
hello @reta,
erratum: I'm in the situation where I'm only transmitting a single document,
so it doesn't look like there's any need for a CRLF at the end.
I'm going to contact the the webservice provider that's causing the issue.
Thanks
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]