We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22c25b7 + 41f8ad9 commit e84c60cCopy full SHA for e84c60c
axis-rt-core/src/main/java/org/apache/axis/attachments/MimeUtils.java
@@ -249,7 +249,7 @@ public static javax.mail.internet.MimeMultipart createMP(
249
250
if(sendType == Attachments.SEND_TYPE_MTOM) {
251
multipart = new javax.mail.internet.MimeMultipart(
252
- "related;type=\"application/xop+xml\"; start=\"<" + rootCID + ">\"; start-info=\"text/xml; charset=utf-8\"");
+ "related;type=\"application/xop+xml\"; start=\"<" + rootCID + ">\"; start-info=\"text/xml\"; charset=\"utf-8\"");
253
} else {
254
255
"related; type=\"text/xml\"; start=\"<" + rootCID + ">\"");
0 commit comments