You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2013/11/14 20:47:20 UTC

[jira] [Created] (SOLR-5442) Python client cannot parse proxied response when served by Tomcat.

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org