Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.20.1
-
None
-
Unknown
Description
As reported on mailing list if an attachment for MIME-Mutipart DataFormat is defined using a DataSource that can only be read once you get an exception.
http://mail-archives.apache.org/mod_mbox/camel-users/201712.mbox/%3C0e0d4b2e-dc32-c61e-3ccd-7ee14238c485%40gmail.com%3E
For instance, this happens if the DataSource is created using an InputStream that cannot be read multiple times
It should be possible to post the data only reading the input a single time.
I will add a test case shortly.