-
Bug
-
Resolution: Fixed
-
P3
-
7u55
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8048373 | 8u25 | Miroslav Kos | P3 | Resolved | Fixed | b05 |
JDK-8044324 | 8u20 | Miroslav Kos | P3 | Resolved | Fixed | b20 |
JDK-8052419 | emb-8u26 | Miroslav Kos | P3 | Resolved | Fixed | b17 |
JDK-8044325 | 7u80 | Miroslav Kos | P3 | Resolved | Fixed | b02 |
JDK-8060925 | 7u79 | Miroslav Kos | P3 | Resolved | Fixed | b01 |
JDK-8057350 | 7u76 | Miroslav Kos | P3 | Closed | Fixed | b01 |
Attached testcase, containing workaround - after SAAJ initialisation, re-initialise javax.mail handler:
-------------------
MailcapCommandMap mailMap = (MailcapCommandMap) CommandMap.getDefaultCommandMap();
mailMap.addMailcap("multipart/mixed;;x-java-content-handler=com.sun.mail.handlers.multipart_mixed");
- backported by
-
JDK-8044324 JAF initialisation in SAAJ clashing with the one in javax.mail
- Resolved
-
JDK-8044325 JAF initialisation in SAAJ clashing with the one in javax.mail
- Resolved
-
JDK-8048373 JAF initialisation in SAAJ clashing with the one in javax.mail
- Resolved
-
JDK-8052419 JAF initialisation in SAAJ clashing with the one in javax.mail
- Resolved
-
JDK-8060925 JAF initialisation in SAAJ clashing with the one in javax.mail
- Resolved
-
JDK-8057350 JAF initialisation in SAAJ clashing with the one in javax.mail
- Closed
- duplicates
-
JDK-8043221 Problem sending multipart mail with Java7 Update 55 after creating soapmessage
- Closed