-
Enhancement
-
Resolution: Fixed
-
P4
-
1.1
-
None
-
1.1.1
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2162449 | 6u10 | J. Duke | P4 | Resolved | Fixed | b25 |
Users of JavaMail often create DataHandlers with an object and an unknown
(no DataContentHandler) MIME type. The object is often a simple type such
as a byte array or a String. JavaMail fails to "serialize" these types
because DataHandler doesn't know how to convert these objects to a byte stream.
DataHandler should do the obvious "conversion" for byte arrays and Strings.
(no DataContentHandler) MIME type. The object is often a simple type such
as a byte array or a String. JavaMail fails to "serialize" these types
because DataHandler doesn't know how to convert these objects to a byte stream.
DataHandler should do the obvious "conversion" for byte arrays and Strings.
- backported by
-
JDK-2162449 DataHandler.writeTo should have built-in support for byte arrays and Strings
- Resolved