Hi Niall,
Thanks for your prompt reply, I filled the issue:
https://issues.apache.org/jira/browse/IO-128
Best Regards,
Antonio Gallardo.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PRO
On 10/12/07, Antonio Gallardo <[EMAIL PROTECTED]> wrote:
> Hi folks,
>
> The following code in commons-io (1.3.2) throws an NPE exception:
>
> org.apache.commons.io.FilenameUtils
> .equalsNormalizedOnSystem(
> "//a.html",
> "//ab.html");
>
> And here is the exception:
Hi folks,
The following code in commons-io (1.3.2) throws an NPE exception:
org.apache.commons.io.FilenameUtils
.equalsNormalizedOnSystem(
"//a.html",
"//ab.html");
And here is the exception:
java.lang.NullPointerException: The strings must not be null
at org.apa