Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 89550 invoked from network); 6 Dec 2009 06:51:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Dec 2009 06:51:46 -0000 Received: (qmail 44445 invoked by uid 500); 6 Dec 2009 06:51:45 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 44334 invoked by uid 500); 6 Dec 2009 06:51:44 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 44324 invoked by uid 99); 6 Dec 2009 06:51:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 06:51:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2009 06:51:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DB73E234C04C for ; Sat, 5 Dec 2009 22:51:20 -0800 (PST) Message-ID: <20656507.1260082280883.JavaMail.jira@brutus> Date: Sun, 6 Dec 2009 06:51:20 +0000 (UTC) From: "josh (JIRA)" To: dev@cocoon.apache.org Subject: [jira] Created: (COCOON-2272) CLONE -Calling SitemapSource.getInputStream() twice MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org CLONE -Calling SitemapSource.getInputStream() twice --------------------------------------------------- Key: COCOON-2272 URL: https://issues.apache.org/jira/browse/COCOON-2272 Project: Cocoon Issue Type: Bug Components: * Cocoon Core Environment: Operating System: other Platform: Other Reporter: josh Priority: Critical Hello, It seems that Cocoon is broken WRT calling SitemapSource.getInputStream() twice. The first invocation is okay, but the second one is doing a refresh(). Then the environment's context is reset, which is making the request fail. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.