Tony Edgin created CONNECTORS-646:
-------------------------------------

             Summary: Elastic Search Connector sending unencoded JSON to 
ElasticSearch
                 Key: CONNECTORS-646
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-646
             Project: ManifoldCF
          Issue Type: Bug
          Components: Elastic Search connector
    Affects Versions: ManifoldCF 1.1
            Reporter: Tony Edgin


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to