In the class AbstractFileSystem then list of files is stored in a HashMap.
Unfortunaly this HashMap causes problems, depending on the filenames
present in the directory.
We encountered the problem in a directory who contains the filenames "i0.png" and
"gn.png".
When we make the two Strings and look at the HashCode, then we see that they
return the same value.
String f1= new String("i0.png");
System.out.println(f1);
String f2= new String("gn.png");
System.out.println(f2.hashCode());
Those filenames are a small subset of the country flags of the awstats.sourceforge.net
project.
I have reported it as a defect in scarab.
http://nagoya.apache.org:8080/scarab/issues/id/JAKA22
Andr�
aarboard ag
internet - networks - screen&print design - multimedia
Egliweg 10 - Postfach 214 - CH-2560 Nidau (Switzerland)
Phone +41 32 332 9714 - Fax +41 32 332 9715
www.aarboard.ch - [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]