You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/11/15 18:17:21 UTC

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

    [ https://issues.apache.org/jira/browse/SOLR-5442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13823823#comment-13823823 ] 

ASF subversion and git services commented on SOLR-5442:
-------------------------------------------------------

Commit 1542333 from [~markrmiller@gmail.com] in branch 'dev/trunk'
[ https://svn.apache.org/r1542333 ]

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#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org