Performance: Remove the construction of MimeBodyPart from PartOnMemory
----------------------------------------------------------------------
Key: WSCOMMONS-282
URL: https://issues.apache.org/jira/browse/WSCOMMONS-282
Project: WS-Commons
Issue Type: Improvement
Reporter: Rich Scheuerle
Assignee: Rich Scheuerle
Problem:
PartOnMemory creates a MimeBodyPart to represent the part. This is an
expensive call.
PartOnFile never creates a MimeBodyPart.
Solution:
Refactor the code to use the same logic for PartOnMemory and PartOnFile so that
MimeBodyPart creation is avoided.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]