Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C2BD8F4CF for ; Tue, 2 Apr 2013 21:37:18 +0000 (UTC) Received: (qmail 91356 invoked by uid 500); 2 Apr 2013 21:37:17 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 91291 invoked by uid 500); 2 Apr 2013 21:37:17 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 91283 invoked by uid 99); 2 Apr 2013 21:37:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2013 21:37:17 +0000 Date: Tue, 2 Apr 2013 21:37:17 +0000 (UTC) From: "Yago Riveiro (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SOLR-4584) Request proxy mechanism not work if rows param is equal to zero MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-4584?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D13620= 302#comment-13620302 ]=20 Yago Riveiro commented on SOLR-4584: ------------------------------------ Only with Tomcat 7.0.35 =20 > Request proxy mechanism not work if rows param is equal to zero > --------------------------------------------------------------- > > Key: SOLR-4584 > URL: https://issues.apache.org/jira/browse/SOLR-4584 > Project: Solr > Issue Type: Bug > Affects Versions: 4.2 > Environment: Linux Centos 6, Tomcat 7 > Reporter: Yago Riveiro > Assignee: Mark Miller > Fix For: 4.3, 5.0 > > Attachments: Screen Shot 00.png, Screen Shot 01.png, Screen Shot = 02.png, Screen Shot 03.png, select > > > If I try to do a request like: > http://192.168.20.47:8983/solr/ST-3A856BBCA3_12/select?q=3D*:*&rows=3D0 > The request fail. The solr UI logging has this error: > {code:java}=20 > null:org.apache.solr.common.SolrException: Error trying to proxy request = for url: http://192.168.20.47:8983/solr/ST-3A856BBCA3_12/select > {code}=C2=A0 > Chrome says: > This webpage is not available > The webpage at http://192.168.20.47:8983/solr/ST-038412DCC2_0612/query?q= =3Did:*&rows=3D0 might be temporarily down or it may have moved permanently= to a new web address. > Error 321 (net::ERR_INVALID_CHUNKED_ENCODING): Unknown error. > If the param rows is set to rows=3D4 or superior the query return data as= expected. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org