-
Bug
-
Resolution: Fixed
-
P3
-
alpha
-
None
-
1.0fcs
-
generic
-
solaris_2.6
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2113046 | alpha | J. Duke | P3 | Closed | Fixed | alpha |
GetTransferData is unfinished for the object case. Unless the mimetype of the requested
flavor matches the objectMimeType, AND the object class matches the representation class,
it returns null without attempting to access a dch. There's the beginning of some code
that handles a representation class of InputStream, but it ends with "REMIND ask Bill!!!!"
and returns null. A correct one line implementation for the InputStream case, would be to
just return this.getInputStream().
flavor matches the objectMimeType, AND the object class matches the representation class,
it returns null without attempting to access a dch. There's the beginning of some code
that handles a representation class of InputStream, but it ends with "REMIND ask Bill!!!!"
and returns null. A correct one line implementation for the InputStream case, would be to
just return this.getInputStream().
- backported by
-
JDK-2113046 DataHandler.getTransferData is incomplete for the object case.
-
- Closed
-