Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
ManifoldCF 1.1
-
None
Description
A website I'm trying to crawl puts ETag parameters in its HTTP response headers. The ETags have values that are text surrounded by quotations (").
When I use ManifoldCF to crawl the website and output to Elastic Search, Elastic Search logs an exception. It appears the JSON parser reads an actual quote mark " instead of an escaped one \". The parser interprets the quote mark as the end of the value instead of part of the value.
Attachments
Issue Links
- duplicates
-
CONNECTORS-641 ElasticSearch discards file name and other useful info, and does not escape metadata strings properly
- Resolved