Mark Miller created SOLR-5442:
---------------------------------
Summary: Python client cannot parse proxied response when served
by Tomcat.
Key: SOLR-5442
URL: https://issues.apache.org/jira/browse/SOLR-5442
Project: Solr
Issue Type: Bug
Components: SolrCloud
Reporter: Mark Miller
Assignee: Mark Miller
Fix For: 5.0, 4.7
Seems that propagating the transfer-encoding and connection headers from the
proxied response to the real response can cause some http clients (python's so
far) to see chunked encoding data as part of the supposedly non chunked
response content. The headers are also duplicated in the response.
The headers do not get duplicated with Jetty, and python http libs seem to have
no problems when getting proxied via Jetty.
Testing seems to confirm that not passing on these headers fixes the Tomcat
issue.
--
This message was sent by Atlassian JIRA
(v6.1#6144)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]