Joshua Turner created TIKA-2821:
-----------------------------------
Summary: RFC822 messages erroneously parsing continuations as new
headers
Key: TIKA-2821
URL: https://issues.apache.org/jira/browse/TIKA-2821
Project: Tika
Issue Type: Bug
Components: parser
Affects Versions: 1.20
Reporter: Joshua Turner
Given a set of headers like:
{noformat}
MIME-Version: 1.0
References: <CAMpLFpB=uu_mqgwf5rtowqcfkd9cmzkboj782872ydgfp1d...@mail.gmail.com>
<CAMpLFpCVygEwb+t=FmD6TqiDLrQHkREvh=_2=zinf8wh1-y...@mail.gmail.com>
In-Reply-To:
<CAMpLFpCVygEwb+t=FmD6TqiDLrQHkREvh=_2=zinf8wh1-y...@mail.gmail.com>{noformat}
The second line of "References" is emitted as a separate Metadata field that
includes the part of the second Message ID up to the equals sign as the key for
the field.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)