Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 90993 invoked from network); 18 Jul 2007 21:45:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jul 2007 21:45:10 -0000 Received: (qmail 36553 invoked by uid 500); 18 Jul 2007 21:44:48 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 36473 invoked by uid 500); 18 Jul 2007 21:44:47 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 36414 invoked by uid 99); 18 Jul 2007 21:44:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jul 2007 14:44:47 -0700 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; Wed, 18 Jul 2007 14:44:45 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1184B7141EF for ; Wed, 18 Jul 2007 14:24:05 -0700 (PDT) Message-ID: <4183615.1184793845069.JavaMail.jira@brutus> Date: Wed, 18 Jul 2007 14:24:05 -0700 (PDT) From: "Henri Yandell (JIRA)" To: commons-dev@jakarta.apache.org Subject: [jira] Updated: (DIGESTER-111) Null InputStream leads to MalformedURLExceptions under JDK 1.5 In-Reply-To: <3441860.1172510285606.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIGESTER-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated DIGESTER-111: ----------------------------------- Fix Version/s: 1.8.1 > Null InputStream leads to MalformedURLExceptions under JDK 1.5 > -------------------------------------------------------------- > > Key: DIGESTER-111 > URL: https://issues.apache.org/jira/browse/DIGESTER-111 > Project: Commons Digester > Issue Type: Improvement > Affects Versions: 1.8 > Reporter: Niall Pemberton > Priority: Minor > Fix For: 1.8.1 > > > Passing a null InputStream to Digester.parse(InputStream) causes a confusing java.net.MalformedURLException under JDK 1.5 > Would be more user friendly to trap this condition and throw an appropriate exception and message. > This came up as an issue in Commons Validator - see VALIDATOR-226 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org