You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Niall Pemberton (JIRA)" <ji...@apache.org> on 2007/02/26 18:18:05 UTC

[jira] Created: (DIGESTER-111) Null InputStream leads to MalformedURLExceptions under JDK 1.5

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


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


[jira] Updated: (DIGESTER-111) Null InputStream leads to MalformedURLExceptions under JDK 1.5

Posted by "Henri Yandell (JIRA)" <ji...@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