[ https://issues.apache.org/jira/browse/SOLR-5442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13858137#comment-13858137 ]
ASF subversion and git services commented on SOLR-5442: ------------------------------------------------------- Commit 1553941 from [~markrmil...@gmail.com] in branch 'dev/branches/lucene_solr_4_6' [ https://svn.apache.org/r1553941 ] SOLR-5442: Python client cannot parse proxied response when served by Tomcat. SOLR-5445: Proxied responses should propagate all headers rather than the first one for each key. > 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 > > Attachments: SOLR-5442.patch > > > 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.5#6160) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org