Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 73088 invoked from network); 23 Nov 2007 14:47:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Nov 2007 14:47:08 -0000 Received: (qmail 98019 invoked by uid 500); 23 Nov 2007 14:46:54 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 97941 invoked by uid 500); 23 Nov 2007 14:46:54 -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 97930 invoked by uid 99); 23 Nov 2007 14:46:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Nov 2007 06:46:54 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Nov 2007 14:47:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A2EC3714211 for ; Fri, 23 Nov 2007 06:46:43 -0800 (PST) Message-ID: <2604229.1195829203664.JavaMail.jira@brutus> Date: Fri, 23 Nov 2007 06:46:43 -0800 (PST) From: "Andreas Hartmann (JIRA)" To: dev@cocoon.apache.org Subject: [jira] Created: (COCOON-2148) SourceProtocolHandler causes NPE MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org SourceProtocolHandler causes NPE -------------------------------- Key: COCOON-2148 URL: https://issues.apache.org/jira/browse/COCOON-2148 Project: Cocoon Issue Type: Bug Components: Blocks: Batik Affects Versions: 2.1.11-dev (Current SVN) Reporter: Andreas Hartmann I used an action to pass the current source resolver to the SourceProtocolHandler, but this resulted in an NPE because the URI of the TranscoderInput object was null. After I applied a little patch to the SourceProtocolHandler which enabled the fallback to the default handler if the URL to resolve is null, it worked. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.