On Mon, 28 Jan 2002, Stephane Bailliez <[EMAIL PROTECTED]> wrote: > I was also looking at checksum. was starting a debug session.
I think I know where to fix that as well, patch could be ready in a few minutes 8-) It is checksumMatches = checksum.equals(property) - but checksum no longer is a String, but a StringBuffer and thus equals will return false. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
