Re: svn commit: r584325 - in /commons/proper/io/trunk/src: java/org/apache/commons/io/FilenameUtils.java test/org/apache/commons/io/FilenameUtilsTestCase.java

2007-10-12 Thread Antonio Gallardo
silently fix, the link. On the javados, there is: //foo/.//bar --> /foo/bar Hence a user could assume that //file.txt --> /file.txt and not an IllegalArgumentException Is that correct? Many thanks in advance for your reply. Best Regards, Antonio Gallardo. [EMAIL PROTECTED] escribió:

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

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

2007-10-12 Thread Antonio Gallardo
is wrong the message "The strings must not be null", since there is not a null string involved in the call. Interesting is that is both or 1 of the strings is null it did not throws an exception. Should I fill a JIRA issue for that? Many thanks in advance for your reply. B