Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.4.1
-
Fix Version/s: 1.4.2
-
Component/s: Core: (other)
-
Labels:None
-
User impact:Medium
-
Similar Issues:None
Description
Attachment handling is pretty basic right now. The handling of mime types isn't working properly since -
1) Mime mappings are not registered
2) there is no default DataContentHandlerFactory in activation.jar ???!!
3) We don't handle nested Multipart messages
So right now we just pass around raw data. It would be nice if people couple easily plug-in extra data content handlers.