TaggedIOException can be passed non Serializable objects
--------------------------------------------------------
Key: TIKA-828
URL: https://issues.apache.org/jira/browse/TIKA-828
Project: Tika
Issue Type: Bug
Affects Versions: 1.0
Reporter: Jerome Lacoste
TaggedIOException can contain tags. It's used to contain TaggedInputStream
which isn't serializable.
This can cause the ForkServer to fail when trying to report issues. See TIKA-827
2 solutions
* make the tag transient
* replace the InputStream instance in the tag by a serializable object specific
to the input stream.
I opt for the first one as I really don't think we need more complexity
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira