Re: [commons-io] NPE on FilenameUtils.equalsNormalizedOnSystem()

2007-10-12 Thread Antonio Gallardo
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

Re: [commons-io] NPE on FilenameUtils.equalsNormalizedOnSystem()

2007-10-12 Thread Niall Pemberton
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:

[commons-io] NPE on FilenameUtils.equalsNormalizedOnSystem()

2007-10-12 Thread Antonio Gallardo
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