Return-Path: X-Original-To: apmail-manifoldcf-user-archive@www.apache.org Delivered-To: apmail-manifoldcf-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B8DCBE977 for ; Wed, 9 Jan 2013 08:41:26 +0000 (UTC) Received: (qmail 54948 invoked by uid 500); 9 Jan 2013 08:41:26 -0000 Delivered-To: apmail-manifoldcf-user-archive@manifoldcf.apache.org Received: (qmail 54887 invoked by uid 500); 9 Jan 2013 08:41:24 -0000 Mailing-List: contact user-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@manifoldcf.apache.org Delivered-To: mailing list user@manifoldcf.apache.org Received: (qmail 54859 invoked by uid 99); 9 Jan 2013 08:41:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2013 08:41:23 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of daddywri@gmail.com designates 209.85.212.179 as permitted sender) Received: from [209.85.212.179] (HELO mail-wi0-f179.google.com) (209.85.212.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2013 08:41:17 +0000 Received: by mail-wi0-f179.google.com with SMTP id o1so367843wic.6 for ; Wed, 09 Jan 2013 00:40:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=F3sJYyi36vFIi/wQ/TzMsdBaRVhm/khjHSMI+skDx+A=; b=WiHI/13NLgdqUsuWqjBZvqb3Js4Dk5kl+q0t3/RR0fANOYIkSNRbFwCt79kpbtKSlv gvekH0J8QjXycnAIzALUQ4e+VCUoQ+A+csYw0TR/18PJtzivV8TfK+AXZdbOjBqhc6jS kzljfggUQ6WhHDrs1kdIZpjtXJrKbKLMCRj0810tcg2qdlS5l+uxGjsGKWtgQltKw4Id qCtH0xfRuYzaoHx0ahM+ECX8P5yxUBo6o6XVxteL6Vf3H9agqhqbX4/tY1EF5mwmcDhc OMZ8kWw+xDMSPV+kYu3WAzfEQTKZRw4lHXhG+Lhu5FzRT/73ePRR+eI1ZmGseCHtR5Sr rm4w== MIME-Version: 1.0 X-Received: by 10.180.14.2 with SMTP id l2mr1885977wic.2.1357720857037; Wed, 09 Jan 2013 00:40:57 -0800 (PST) Received: by 10.216.186.213 with HTTP; Wed, 9 Jan 2013 00:40:56 -0800 (PST) In-Reply-To: <5F7592F0-151B-4C13-B50A-044723FE2CC5@gmail.com> References: <5F7592F0-151B-4C13-B50A-044723FE2CC5@gmail.com> Date: Wed, 9 Jan 2013 03:40:56 -0500 Message-ID: Subject: Re: Http status code 302 From: Karl Wright To: user@manifoldcf.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org It sounds like the httpclient upgrade definitely broke something. We should open a ticket. But first, can you confirm what connector this is? Is it the web connector? If so, I am puzzled because the web connector has always logged any 302 return, but then queued a second document which it subsequently fetches. Karl On Wed, Jan 9, 2013 at 2:10 AM, Shinichiro Abe wrote: > Hi, > > I'm using trunk code and crawling web site with seeds which have http://lucene.jugem.jp/?eid=39 (koji's blog --I don't obey robots.txt). > As I'm look at Simple History, it shows 302 result code at fetch activity and doesn't ingest document. > > When I used MCF 1.0.1 in the same situation, Simple History showed 200 result code and MCF could ingest documents. > > Why does the trunk shows 302 status? Is it relevant to upgrading httpclient? > > Thanks in advance, > Shinichiro Abe